Shades of Downy #60CEC3
Tints of Downy #60CEC3
RGB
CMYK
RGB Variations
Color information
#60CEC3 (or 0x60CEC3) is known color: Downy. HEX triplet: 60, CE and C3. RGB value is (96,206,195). Sum of RGB (Red+Green+Blue) = 96+206+195=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC3 is #9F313C. Grayscale: #ABABAB. Windows color (decimal): -10432829 or 12832352. OLE color: 12832352.
HSL color Cylindrical-coordinate representation of color #60CEC3: hue angle of 174º 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 #60CEC3 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 195 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.19 |
| HSL | 174º | 0.53% | 0.59% | - |
| HSV(B) | 174º | 0.53% | 0.81% | - |
| XYZ | 36.75 | 50.57 | 59.45 | - |
| YUV | 171.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 195 | 0.53 | 0 | 0.05 | 0.19 | 174 | 0.53 | 0.59 |
| Hex | 60 | CE | C3 | 35 | 0 | 5 | 13 | AE | 35 | 3B |
| Octal | 140 | 316 | 303 | 65 | 0 | 5 | 23 | 256 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11000011 | 110101 | 0 | 101 | 10011 | 10101110 | 110101 | 111011 |
Color Harmonies of #60CEC3
Complementary color
Monochromatic Colors of #60CEC3
Black with #60CEC3
Text Example
Text Example
White with #60CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEC3; }
p { color: rgb(96,206,195); }
H1.HeaderClassName
{
color: #60CEC3;
}
.AnyTagClassName
{
color: #60CEC3;
}
</style>
background-color css
<style>
a { background-color: #60CEC3; }
a { background-color: rgb(96,206,195); }
div.DivClassName
{
background-color: #60CEC3;
}
.BgClassName
{
background-color: #60CEC3;
}
</style>
border-color css
<style>
span { border-color: #60CEC3; }
span { border-color: rgb(96,206,195); }
td.TdClassName
{
border-color: #60CEC3;
}
.TagClassName
{
border-color: #60CEC3;
}
</style>