Shades of Downy #62CFC2
Tints of Downy #62CFC2
RGB
CMYK
RGB Variations
Color information
#62CFC2 (or 0x62CFC2) is known color: Downy. HEX triplet: 62, CF and C2. RGB value is (98,207,194). Sum of RGB (Red+Green+Blue) = 98+207+194=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #62CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFC2 is #9D303D. Grayscale: #ACACAC. Windows color (decimal): -10301502 or 12767074. OLE color: 12767074.
HSL color Cylindrical-coordinate representation of color #62CFC2: hue angle of 172.84º 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 #62CFC2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 194 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.19 |
| HSL | 172.84º | 0.53% | 0.6% | - |
| HSV(B) | 172.84º | 0.53% | 0.81% | - |
| XYZ | 37.09 | 51.12 | 58.95 | - |
| YUV | 172.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 194 | 0.53 | 0 | 0.06 | 0.19 | 172.84 | 0.53 | 0.6 |
| Hex | 62 | CF | C2 | 35 | 0 | 6 | 13 | AD | 35 | 3C |
| Octal | 142 | 317 | 302 | 65 | 0 | 6 | 23 | 255 | 65 | 74 |
| Binary | 1100010 | 11001111 | 11000010 | 110101 | 0 | 110 | 10011 | 10101101 | 110101 | 111100 |
Color Harmonies of #62CFC2
Complementary color
Monochromatic Colors of #62CFC2
Black with #62CFC2
Text Example
Text Example
White with #62CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFC2; }
p { color: rgb(98,207,194); }
H1.HeaderClassName
{
color: #62CFC2;
}
.AnyTagClassName
{
color: #62CFC2;
}
</style>
background-color css
<style>
a { background-color: #62CFC2; }
a { background-color: rgb(98,207,194); }
div.DivClassName
{
background-color: #62CFC2;
}
.BgClassName
{
background-color: #62CFC2;
}
</style>
border-color css
<style>
span { border-color: #62CFC2; }
span { border-color: rgb(98,207,194); }
td.TdClassName
{
border-color: #62CFC2;
}
.TagClassName
{
border-color: #62CFC2;
}
</style>