#62d5cb

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

Shades of Downy #62D5CB

Tints of Downy #62D5CB

Color information

#62D5CB (or 0x62D5CB) is unknown color: approx Downy. HEX triplet: 62, D5 and CB. RGB value is (98,213,203). Sum of RGB (Red+Green+Blue) = 98+213+203=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #62D5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D5CB is #9D2A34. Grayscale: #B1B1B1. Windows color (decimal): -10299957 or 13358434. OLE color: 13358434.

HSL color Cylindrical-coordinate representation of color #62D5CB: hue angle of 174.78º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D5CB is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB98213203-
CMYK0.5400.050.16
HSL174.78º57.79%60.98%-
HSV(B)174.78º53.99%83.53%-
XYZ39.6154.564.93-
YUV177.48142.471.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.07%
GREEN value IS 213 (83.59% from 255) = 41.44%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=19.07%
G=41.44%
B=39.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal982132030.5400.050.16174.7857.7960.98
Hex62D5CB360510af3a3d
Octal1423253136605202577275
Binary1100010110101011100101111011001011000010101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62d5cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,213,203); }

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

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

 a { background-color: rgb(98,213,203); }

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

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

 span { border-color: rgb(98,213,203); }

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