Shades of Downy #60CBBE
Tints of Downy #60CBBE
RGB
CMYK
RGB Variations
Color information
#60CBBE (or 0x60CBBE) is known color: Downy. HEX triplet: 60, CB and BE. RGB value is (96,203,190). Sum of RGB (Red+Green+Blue) = 96+203+190=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBBE is #9F3441. Grayscale: #A9A9A9. Windows color (decimal): -10433602 or 12503904. OLE color: 12503904.
HSL color Cylindrical-coordinate representation of color #60CBBE: hue angle of 172.71º 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 #60CBBE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 190 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.20 |
| HSL | 172.71º | 0.51% | 0.59% | - |
| HSV(B) | 172.71º | 0.53% | 0.8% | - |
| XYZ | 35.47 | 48.92 | 56.29 | - |
| YUV | 169.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 190 | 0.53 | 0 | 0.06 | 0.20 | 172.71 | 0.51 | 0.59 |
| Hex | 60 | CB | BE | 35 | 0 | 6 | 14 | AD | 33 | 3B |
| Octal | 140 | 313 | 276 | 65 | 0 | 6 | 24 | 255 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10111110 | 110101 | 0 | 110 | 10100 | 10101101 | 110011 | 111011 |
Color Harmonies of #60CBBE
Complementary color
Monochromatic Colors of #60CBBE
Black with #60CBBE
Text Example
Text Example
White with #60CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBBE; }
p { color: rgb(96,203,190); }
H1.HeaderClassName
{
color: #60CBBE;
}
.AnyTagClassName
{
color: #60CBBE;
}
</style>
background-color css
<style>
a { background-color: #60CBBE; }
a { background-color: rgb(96,203,190); }
div.DivClassName
{
background-color: #60CBBE;
}
.BgClassName
{
background-color: #60CBBE;
}
</style>
border-color css
<style>
span { border-color: #60CBBE; }
span { border-color: rgb(96,203,190); }
td.TdClassName
{
border-color: #60CBBE;
}
.TagClassName
{
border-color: #60CBBE;
}
</style>