Shades of Downy #62CDC8
Tints of Downy #62CDC8
RGB
CMYK
RGB Variations
Color information
#62CDC8 (or 0x62CDC8) is known color: Downy. HEX triplet: 62, CD and C8. RGB value is (98,205,200). Sum of RGB (Red+Green+Blue) = 98+205+200=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDC8 is #9D3237. Grayscale: #ACACAC. Windows color (decimal): -10302008 or 13159778. OLE color: 13159778.
HSL color Cylindrical-coordinate representation of color #62CDC8: hue angle of 177.2º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CDC8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 205 | 200 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.20 |
| HSL | 177.2º | 0.52% | 0.59% | - |
| HSV(B) | 177.2º | 0.52% | 0.8% | - |
| XYZ | 37.29 | 50.43 | 62.41 | - |
| YUV | 172.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 200 | 0.52 | 0 | 0.02 | 0.20 | 177.2 | 0.52 | 0.59 |
| Hex | 62 | CD | C8 | 34 | 0 | 2 | 14 | B1 | 34 | 3B |
| Octal | 142 | 315 | 310 | 64 | 0 | 2 | 24 | 261 | 64 | 73 |
| Binary | 1100010 | 11001101 | 11001000 | 110100 | 0 | 10 | 10100 | 10110001 | 110100 | 111011 |
Color Harmonies of #62CDC8
Complementary color
Monochromatic Colors of #62CDC8
Black with #62CDC8
Text Example
Text Example
White with #62CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDC8; }
p { color: rgb(98,205,200); }
H1.HeaderClassName
{
color: #62CDC8;
}
.AnyTagClassName
{
color: #62CDC8;
}
</style>
background-color css
<style>
a { background-color: #62CDC8; }
a { background-color: rgb(98,205,200); }
div.DivClassName
{
background-color: #62CDC8;
}
.BgClassName
{
background-color: #62CDC8;
}
</style>
border-color css
<style>
span { border-color: #62CDC8; }
span { border-color: rgb(98,205,200); }
td.TdClassName
{
border-color: #62CDC8;
}
.TagClassName
{
border-color: #62CDC8;
}
</style>