Shades of Downy #60CECA
Tints of Downy #60CECA
RGB
CMYK
RGB Variations
Color information
#60CECA (or 0x60CECA) is known color: Downy. HEX triplet: 60, CE and CA. RGB value is (96,206,202). Sum of RGB (Red+Green+Blue) = 96+206+202=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #60CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CECA is #9F3135. Grayscale: #ACACAC. Windows color (decimal): -10432822 or 13291104. OLE color: 13291104.
HSL color Cylindrical-coordinate representation of color #60CECA: hue angle of 177.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CECA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 202 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.19 |
| HSL | 177.82º | 0.53% | 0.59% | - |
| HSV(B) | 177.82º | 0.53% | 0.81% | - |
| XYZ | 37.56 | 50.89 | 63.72 | - |
| YUV | 172.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 202 | 0.53 | 0 | 0.02 | 0.19 | 177.82 | 0.53 | 0.59 |
| Hex | 60 | CE | CA | 35 | 0 | 2 | 13 | B2 | 35 | 3B |
| Octal | 140 | 316 | 312 | 65 | 0 | 2 | 23 | 262 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11001010 | 110101 | 0 | 10 | 10011 | 10110010 | 110101 | 111011 |
Color Harmonies of #60CECA
Complementary color
Monochromatic Colors of #60CECA
Black with #60CECA
Text Example
Text Example
White with #60CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CECA; }
p { color: rgb(96,206,202); }
H1.HeaderClassName
{
color: #60CECA;
}
.AnyTagClassName
{
color: #60CECA;
}
</style>
background-color css
<style>
a { background-color: #60CECA; }
a { background-color: rgb(96,206,202); }
div.DivClassName
{
background-color: #60CECA;
}
.BgClassName
{
background-color: #60CECA;
}
</style>
border-color css
<style>
span { border-color: #60CECA; }
span { border-color: rgb(96,206,202); }
td.TdClassName
{
border-color: #60CECA;
}
.TagClassName
{
border-color: #60CECA;
}
</style>