Shades of Downy #62CEC3
Tints of Downy #62CEC3
RGB
CMYK
RGB Variations
Color information
#62CEC3 (or 0x62CEC3) is known color: Downy. HEX triplet: 62, CE and C3. RGB value is (98,206,195). Sum of RGB (Red+Green+Blue) = 98+206+195=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #62CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CEC3 is #9D313C. Grayscale: #ACACAC. Windows color (decimal): -10301757 or 12832354. OLE color: 12832354.
HSL color Cylindrical-coordinate representation of color #62CEC3: hue angle of 173.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CEC3 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 195 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.19 |
| HSL | 173.89º | 0.52% | 0.6% | - |
| HSV(B) | 173.89º | 0.52% | 0.81% | - |
| XYZ | 36.96 | 50.68 | 59.46 | - |
| YUV | 172.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 195 | 0.52 | 0 | 0.05 | 0.19 | 173.89 | 0.52 | 0.6 |
| Hex | 62 | CE | C3 | 34 | 0 | 5 | 13 | AE | 34 | 3C |
| Octal | 142 | 316 | 303 | 64 | 0 | 5 | 23 | 256 | 64 | 74 |
| Binary | 1100010 | 11001110 | 11000011 | 110100 | 0 | 101 | 10011 | 10101110 | 110100 | 111100 |
Color Harmonies of #62CEC3
Complementary color
Monochromatic Colors of #62CEC3
Black with #62CEC3
Text Example
Text Example
White with #62CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CEC3; }
p { color: rgb(98,206,195); }
H1.HeaderClassName
{
color: #62CEC3;
}
.AnyTagClassName
{
color: #62CEC3;
}
</style>
background-color css
<style>
a { background-color: #62CEC3; }
a { background-color: rgb(98,206,195); }
div.DivClassName
{
background-color: #62CEC3;
}
.BgClassName
{
background-color: #62CEC3;
}
</style>
border-color css
<style>
span { border-color: #62CEC3; }
span { border-color: rgb(98,206,195); }
td.TdClassName
{
border-color: #62CEC3;
}
.TagClassName
{
border-color: #62CEC3;
}
</style>