Shades of Downy #60CEBD
Tints of Downy #60CEBD
RGB
CMYK
RGB Variations
Color information
#60CEBD (or 0x60CEBD) is known color: Downy. HEX triplet: 60, CE and BD. RGB value is (96,206,189). Sum of RGB (Red+Green+Blue) = 96+206+189=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEBD is #9F3142. Grayscale: #ABABAB. Windows color (decimal): -10432835 or 12439136. OLE color: 12439136.
HSL color Cylindrical-coordinate representation of color #60CEBD: hue angle of 170.73º 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 #60CEBD is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 189 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.19 |
| HSL | 170.73º | 0.53% | 0.59% | - |
| HSV(B) | 170.73º | 0.53% | 0.81% | - |
| XYZ | 36.08 | 50.3 | 55.95 | - |
| YUV | 171.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 189 | 0.53 | 0 | 0.08 | 0.19 | 170.73 | 0.53 | 0.59 |
| Hex | 60 | CE | BD | 35 | 0 | 8 | 13 | AB | 35 | 3B |
| Octal | 140 | 316 | 275 | 65 | 0 | 10 | 23 | 253 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10111101 | 110101 | 0 | 1000 | 10011 | 10101011 | 110101 | 111011 |
Color Harmonies of #60CEBD
Complementary color
Monochromatic Colors of #60CEBD
Black with #60CEBD
Text Example
Text Example
White with #60CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEBD; }
p { color: rgb(96,206,189); }
H1.HeaderClassName
{
color: #60CEBD;
}
.AnyTagClassName
{
color: #60CEBD;
}
</style>
background-color css
<style>
a { background-color: #60CEBD; }
a { background-color: rgb(96,206,189); }
div.DivClassName
{
background-color: #60CEBD;
}
.BgClassName
{
background-color: #60CEBD;
}
</style>
border-color css
<style>
span { border-color: #60CEBD; }
span { border-color: rgb(96,206,189); }
td.TdClassName
{
border-color: #60CEBD;
}
.TagClassName
{
border-color: #60CEBD;
}
</style>