Shades of Downy #62CFB8
Tints of Downy #62CFB8
RGB
CMYK
RGB Variations
Color information
#62CFB8 (or 0x62CFB8) is known color: Downy. HEX triplet: 62, CF and B8. RGB value is (98,207,184). Sum of RGB (Red+Green+Blue) = 98+207+184=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #62CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFB8 is #9D3047. Grayscale: #ABABAB. Windows color (decimal): -10301512 or 12111714. OLE color: 12111714.
HSL color Cylindrical-coordinate representation of color #62CFB8: hue angle of 167.34º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62CFB8 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 184 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.19 |
| HSL | 167.34º | 0.53% | 0.6% | - |
| HSV(B) | 167.34º | 0.53% | 0.81% | - |
| XYZ | 36 | 50.68 | 53.23 | - |
| YUV | 171.79 | 134.89 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 184 | 0.53 | 0 | 0.11 | 0.19 | 167.34 | 0.53 | 0.6 |
| Hex | 62 | CF | B8 | 35 | 0 | B | 13 | A7 | 35 | 3C |
| Octal | 142 | 317 | 270 | 65 | 0 | 13 | 23 | 247 | 65 | 74 |
| Binary | 1100010 | 11001111 | 10111000 | 110101 | 0 | 1011 | 10011 | 10100111 | 110101 | 111100 |
Color Harmonies of #62CFB8
Complementary color
Monochromatic Colors of #62CFB8
Black with #62CFB8
Text Example
Text Example
White with #62CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFB8; }
p { color: rgb(98,207,184); }
H1.HeaderClassName
{
color: #62CFB8;
}
.AnyTagClassName
{
color: #62CFB8;
}
</style>
background-color css
<style>
a { background-color: #62CFB8; }
a { background-color: rgb(98,207,184); }
div.DivClassName
{
background-color: #62CFB8;
}
.BgClassName
{
background-color: #62CFB8;
}
</style>
border-color css
<style>
span { border-color: #62CFB8; }
span { border-color: rgb(98,207,184); }
td.TdClassName
{
border-color: #62CFB8;
}
.TagClassName
{
border-color: #62CFB8;
}
</style>