Shades of Downy #60CBBD
Tints of Downy #60CBBD
RGB
CMYK
RGB Variations
Color information
#60CBBD (or 0x60CBBD) is known color: Downy. HEX triplet: 60, CB and BD. RGB value is (96,203,189). Sum of RGB (Red+Green+Blue) = 96+203+189=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBBD is #9F3442. Grayscale: #A9A9A9. Windows color (decimal): -10433603 or 12438368. OLE color: 12438368.
HSL color Cylindrical-coordinate representation of color #60CBBD: hue angle of 172.15º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CBBD is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 189 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.20 |
| HSL | 172.15º | 0.51% | 0.59% | - |
| HSV(B) | 172.15º | 0.53% | 0.8% | - |
| XYZ | 35.37 | 48.87 | 55.71 | - |
| YUV | 169.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 189 | 0.53 | 0 | 0.07 | 0.20 | 172.15 | 0.51 | 0.59 |
| Hex | 60 | CB | BD | 35 | 0 | 7 | 14 | AC | 33 | 3B |
| Octal | 140 | 313 | 275 | 65 | 0 | 7 | 24 | 254 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10111101 | 110101 | 0 | 111 | 10100 | 10101100 | 110011 | 111011 |
Color Harmonies of #60CBBD
Complementary color
Monochromatic Colors of #60CBBD
Black with #60CBBD
Text Example
Text Example
White with #60CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBBD; }
p { color: rgb(96,203,189); }
H1.HeaderClassName
{
color: #60CBBD;
}
.AnyTagClassName
{
color: #60CBBD;
}
</style>
background-color css
<style>
a { background-color: #60CBBD; }
a { background-color: rgb(96,203,189); }
div.DivClassName
{
background-color: #60CBBD;
}
.BgClassName
{
background-color: #60CBBD;
}
</style>
border-color css
<style>
span { border-color: #60CBBD; }
span { border-color: rgb(96,203,189); }
td.TdClassName
{
border-color: #60CBBD;
}
.TagClassName
{
border-color: #60CBBD;
}
</style>