Shades of Downy #60CBBB
Tints of Downy #60CBBB
RGB
CMYK
RGB Variations
Color information
#60CBBB (or 0x60CBBB) is known color: Downy. HEX triplet: 60, CB and BB. RGB value is (96,203,187). Sum of RGB (Red+Green+Blue) = 96+203+187=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBBB is #9F3444. Grayscale: #A9A9A9. Windows color (decimal): -10433605 or 12307296. OLE color: 12307296.
HSL color Cylindrical-coordinate representation of color #60CBBB: hue angle of 171.03º 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 #60CBBB is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 187 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.20 |
| HSL | 171.03º | 0.51% | 0.59% | - |
| HSV(B) | 171.03º | 0.53% | 0.8% | - |
| XYZ | 35.15 | 48.79 | 54.58 | - |
| YUV | 169.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 187 | 0.53 | 0 | 0.08 | 0.20 | 171.03 | 0.51 | 0.59 |
| Hex | 60 | CB | BB | 35 | 0 | 8 | 14 | AB | 33 | 3B |
| Octal | 140 | 313 | 273 | 65 | 0 | 10 | 24 | 253 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10111011 | 110101 | 0 | 1000 | 10100 | 10101011 | 110011 | 111011 |
Color Harmonies of #60CBBB
Complementary color
Monochromatic Colors of #60CBBB
Black with #60CBBB
Text Example
Text Example
White with #60CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBBB; }
p { color: rgb(96,203,187); }
H1.HeaderClassName
{
color: #60CBBB;
}
.AnyTagClassName
{
color: #60CBBB;
}
</style>
background-color css
<style>
a { background-color: #60CBBB; }
a { background-color: rgb(96,203,187); }
div.DivClassName
{
background-color: #60CBBB;
}
.BgClassName
{
background-color: #60CBBB;
}
</style>
border-color css
<style>
span { border-color: #60CBBB; }
span { border-color: rgb(96,203,187); }
td.TdClassName
{
border-color: #60CBBB;
}
.TagClassName
{
border-color: #60CBBB;
}
</style>