Shades of Downy #60CEBA
Tints of Downy #60CEBA
RGB
CMYK
RGB Variations
Color information
#60CEBA (or 0x60CEBA) is known color: Downy. HEX triplet: 60, CE and BA. RGB value is (96,206,186). Sum of RGB (Red+Green+Blue) = 96+206+186=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEBA is #9F3145. Grayscale: #AAAAAA. Windows color (decimal): -10432838 or 12242528. OLE color: 12242528.
HSL color Cylindrical-coordinate representation of color #60CEBA: hue angle of 169.09º 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 #60CEBA is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 186 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.19 |
| HSL | 169.09º | 0.53% | 0.59% | - |
| HSV(B) | 169.09º | 0.53% | 0.81% | - |
| XYZ | 35.76 | 50.17 | 54.25 | - |
| YUV | 170.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 186 | 0.53 | 0 | 0.10 | 0.19 | 169.09 | 0.53 | 0.59 |
| Hex | 60 | CE | BA | 35 | 0 | A | 13 | A9 | 35 | 3B |
| Octal | 140 | 316 | 272 | 65 | 0 | 12 | 23 | 251 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10111010 | 110101 | 0 | 1010 | 10011 | 10101001 | 110101 | 111011 |
Color Harmonies of #60CEBA
Complementary color
Monochromatic Colors of #60CEBA
Black with #60CEBA
Text Example
Text Example
White with #60CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEBA; }
p { color: rgb(96,206,186); }
H1.HeaderClassName
{
color: #60CEBA;
}
.AnyTagClassName
{
color: #60CEBA;
}
</style>
background-color css
<style>
a { background-color: #60CEBA; }
a { background-color: rgb(96,206,186); }
div.DivClassName
{
background-color: #60CEBA;
}
.BgClassName
{
background-color: #60CEBA;
}
</style>
border-color css
<style>
span { border-color: #60CEBA; }
span { border-color: rgb(96,206,186); }
td.TdClassName
{
border-color: #60CEBA;
}
.TagClassName
{
border-color: #60CEBA;
}
</style>