Shades of Downy #60CABD
Tints of Downy #60CABD
RGB
CMYK
RGB Variations
Color information
#60CABD (or 0x60CABD) is known color: Downy. HEX triplet: 60, CA and BD. RGB value is (96,202,189). Sum of RGB (Red+Green+Blue) = 96+202+189=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #60CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CABD is #9F3542. Grayscale: #A8A8A8. Windows color (decimal): -10433859 or 12438112. OLE color: 12438112.
HSL color Cylindrical-coordinate representation of color #60CABD: hue angle of 172.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CABD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 189 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.21 |
| HSL | 172.64º | 0.5% | 0.58% | - |
| HSV(B) | 172.64º | 0.52% | 0.79% | - |
| XYZ | 35.13 | 48.4 | 55.64 | - |
| YUV | 168.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 189 | 0.52 | 0 | 0.06 | 0.21 | 172.64 | 0.5 | 0.58 |
| Hex | 60 | CA | BD | 34 | 0 | 6 | 15 | AD | 32 | 3A |
| Octal | 140 | 312 | 275 | 64 | 0 | 6 | 25 | 255 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10111101 | 110100 | 0 | 110 | 10101 | 10101101 | 110010 | 111010 |
Color Harmonies of #60CABD
Complementary color
Monochromatic Colors of #60CABD
Black with #60CABD
Text Example
Text Example
White with #60CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CABD; }
p { color: rgb(96,202,189); }
H1.HeaderClassName
{
color: #60CABD;
}
.AnyTagClassName
{
color: #60CABD;
}
</style>
background-color css
<style>
a { background-color: #60CABD; }
a { background-color: rgb(96,202,189); }
div.DivClassName
{
background-color: #60CABD;
}
.BgClassName
{
background-color: #60CABD;
}
</style>
border-color css
<style>
span { border-color: #60CABD; }
span { border-color: rgb(96,202,189); }
td.TdClassName
{
border-color: #60CABD;
}
.TagClassName
{
border-color: #60CABD;
}
</style>