Shades of Downy #60CBBC
Tints of Downy #60CBBC
RGB
CMYK
RGB Variations
Color information
#60CBBC (or 0x60CBBC) is known color: Downy. HEX triplet: 60, CB and BC. RGB value is (96,203,188). Sum of RGB (Red+Green+Blue) = 96+203+188=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBBC is #9F3443. Grayscale: #A9A9A9. Windows color (decimal): -10433604 or 12372832. OLE color: 12372832.
HSL color Cylindrical-coordinate representation of color #60CBBC: hue angle of 171.59º 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 #60CBBC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 188 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.20 |
| HSL | 171.59º | 0.51% | 0.59% | - |
| HSV(B) | 171.59º | 0.53% | 0.8% | - |
| XYZ | 35.26 | 48.83 | 55.14 | - |
| YUV | 169.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 188 | 0.53 | 0 | 0.07 | 0.20 | 171.59 | 0.51 | 0.59 |
| Hex | 60 | CB | BC | 35 | 0 | 7 | 14 | AC | 33 | 3B |
| Octal | 140 | 313 | 274 | 65 | 0 | 7 | 24 | 254 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10111100 | 110101 | 0 | 111 | 10100 | 10101100 | 110011 | 111011 |
Color Harmonies of #60CBBC
Complementary color
Monochromatic Colors of #60CBBC
Black with #60CBBC
Text Example
Text Example
White with #60CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBBC; }
p { color: rgb(96,203,188); }
H1.HeaderClassName
{
color: #60CBBC;
}
.AnyTagClassName
{
color: #60CBBC;
}
</style>
background-color css
<style>
a { background-color: #60CBBC; }
a { background-color: rgb(96,203,188); }
div.DivClassName
{
background-color: #60CBBC;
}
.BgClassName
{
background-color: #60CBBC;
}
</style>
border-color css
<style>
span { border-color: #60CBBC; }
span { border-color: rgb(96,203,188); }
td.TdClassName
{
border-color: #60CBBC;
}
.TagClassName
{
border-color: #60CBBC;
}
</style>