#62C5BE

Color #62C5BE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #62C5BE

Tints of Downy #62C5BE

Color information

#62C5BE (or 0x62C5BE) is unknown color: approx Downy. HEX triplet: 62, C5 and BE. RGB value is (98,197,190). Sum of RGB (Red+Green+Blue) = 98+197+190=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #62C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5BE is #9D3A41. Grayscale: #A6A6A6. Windows color (decimal): -10304066 or 12502370. OLE color: 12502370.

HSL color Cylindrical-coordinate representation of color #62C5BE: hue angle of 175.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62C5BE is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB98197190-
CMYK0.5000.040.23
HSL175.76º46.05%57.84%-
HSV(B)175.76º50.25%77.25%-
XYZ34.346.2555.83-
YUV166.6141.279.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 20.21%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=20.21%
G=40.62%
B=39.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981971900.5000.040.23175.7646.0557.84
Hex62C5BE320417b02e3a
Octal1423052766204272605672
Binary1100010110001011011111011001001001011110110000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62C5BE; }

 p { color: rgb(98,197,190); }

 H1.HeaderClassName
 {
   color: #62C5BE;
 }
 .AnyTagClassName
 {
   color: #62C5BE;
 }
</style>
background-color css

<style>
 a { background-color: #62C5BE; }

 a { background-color: rgb(98,197,190); }

 div.DivClassName
 {
   background-color: #62C5BE;
 }
 .BgClassName
 {
   background-color: #62C5BE;
 }
</style>
border-color css

<style>
 span { border-color: #62C5BE; }

 span { border-color: rgb(98,197,190); }

 td.TdClassName
 {
   border-color: #62C5BE;
 }
 .TagClassName
 {
   border-color: #62C5BE;
 }
</style>