Shades of Downy #62CFBB
Tints of Downy #62CFBB
RGB
CMYK
RGB Variations
Color information
#62CFBB (or 0x62CFBB) is known color: Downy. HEX triplet: 62, CF and BB. RGB value is (98,207,187). Sum of RGB (Red+Green+Blue) = 98+207+187=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #62CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFBB is #9D3044. Grayscale: #ACACAC. Windows color (decimal): -10301509 or 12308322. OLE color: 12308322.
HSL color Cylindrical-coordinate representation of color #62CFBB: hue angle of 168.99º 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 #62CFBB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 187 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.19 |
| HSL | 168.99º | 0.53% | 0.6% | - |
| HSV(B) | 168.99º | 0.53% | 0.81% | - |
| XYZ | 36.32 | 50.81 | 54.91 | - |
| YUV | 172.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 187 | 0.53 | 0 | 0.10 | 0.19 | 168.99 | 0.53 | 0.6 |
| Hex | 62 | CF | BB | 35 | 0 | A | 13 | A9 | 35 | 3C |
| Octal | 142 | 317 | 273 | 65 | 0 | 12 | 23 | 251 | 65 | 74 |
| Binary | 1100010 | 11001111 | 10111011 | 110101 | 0 | 1010 | 10011 | 10101001 | 110101 | 111100 |
Color Harmonies of #62CFBB
Complementary color
Monochromatic Colors of #62CFBB
Black with #62CFBB
Text Example
Text Example
White with #62CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFBB; }
p { color: rgb(98,207,187); }
H1.HeaderClassName
{
color: #62CFBB;
}
.AnyTagClassName
{
color: #62CFBB;
}
</style>
background-color css
<style>
a { background-color: #62CFBB; }
a { background-color: rgb(98,207,187); }
div.DivClassName
{
background-color: #62CFBB;
}
.BgClassName
{
background-color: #62CFBB;
}
</style>
border-color css
<style>
span { border-color: #62CFBB; }
span { border-color: rgb(98,207,187); }
td.TdClassName
{
border-color: #62CFBB;
}
.TagClassName
{
border-color: #62CFBB;
}
</style>