Shades of Downy #60CEC4
Tints of Downy #60CEC4
RGB
CMYK
RGB Variations
Color information
#60CEC4 (or 0x60CEC4) is known color: Downy. HEX triplet: 60, CE and C4. RGB value is (96,206,196). Sum of RGB (Red+Green+Blue) = 96+206+196=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEC4 is #9F313B. Grayscale: #ABABAB. Windows color (decimal): -10432828 or 12897888. OLE color: 12897888.
HSL color Cylindrical-coordinate representation of color #60CEC4: hue angle of 174.55º 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 #60CEC4 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 196 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.19 |
| HSL | 174.55º | 0.53% | 0.59% | - |
| HSV(B) | 174.55º | 0.53% | 0.81% | - |
| XYZ | 36.86 | 50.61 | 60.05 | - |
| YUV | 171.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 196 | 0.53 | 0 | 0.05 | 0.19 | 174.55 | 0.53 | 0.59 |
| Hex | 60 | CE | C4 | 35 | 0 | 5 | 13 | AF | 35 | 3B |
| Octal | 140 | 316 | 304 | 65 | 0 | 5 | 23 | 257 | 65 | 73 |
| Binary | 1100000 | 11001110 | 11000100 | 110101 | 0 | 101 | 10011 | 10101111 | 110101 | 111011 |
Color Harmonies of #60CEC4
Complementary color
Monochromatic Colors of #60CEC4
Black with #60CEC4
Text Example
Text Example
White with #60CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEC4; }
p { color: rgb(96,206,196); }
H1.HeaderClassName
{
color: #60CEC4;
}
.AnyTagClassName
{
color: #60CEC4;
}
</style>
background-color css
<style>
a { background-color: #60CEC4; }
a { background-color: rgb(96,206,196); }
div.DivClassName
{
background-color: #60CEC4;
}
.BgClassName
{
background-color: #60CEC4;
}
</style>
border-color css
<style>
span { border-color: #60CEC4; }
span { border-color: rgb(96,206,196); }
td.TdClassName
{
border-color: #60CEC4;
}
.TagClassName
{
border-color: #60CEC4;
}
</style>