#62C4BB

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

Shades of Downy #62C4BB

Tints of Downy #62C4BB

Color information

#62C4BB (or 0x62C4BB) is unknown color: approx Downy. HEX triplet: 62, C4 and BB. RGB value is (98,196,187). Sum of RGB (Red+Green+Blue) = 98+196+187=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #62C4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C4BB is #9D3B44. Grayscale: #A5A5A5. Windows color (decimal): -10304325 or 12305506. OLE color: 12305506.

HSL color Cylindrical-coordinate representation of color #62C4BB: hue angle of 174.49º degrees, saturation: 0.45, 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 #62C4BB is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB98196187-
CMYK0.500.050.23
HSL174.49º45.37%57.65%-
HSV(B)174.49º50%76.86%-
XYZ33.7545.6654.05-
YUV165.67140.0379.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.37%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=20.37%
G=40.75%
B=38.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981961870.500.050.23174.4945.3757.65
Hex62C4BB320517ae2d3a
Octal1423042736205272565572
Binary1100010110001001011101111001001011011110101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,196,187); }

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

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

 a { background-color: rgb(98,196,187); }

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

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

 span { border-color: rgb(98,196,187); }

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