Shades of Downy #60CAB7
Tints of Downy #60CAB7
RGB
CMYK
RGB Variations
Color information
#60CAB7 (or 0x60CAB7) is known color: Downy. HEX triplet: 60, CA and B7. RGB value is (96,202,183). Sum of RGB (Red+Green+Blue) = 96+202+183=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAB7 is #9F3548. Grayscale: #A8A8A8. Windows color (decimal): -10433865 or 12044896. OLE color: 12044896.
HSL color Cylindrical-coordinate representation of color #60CAB7: hue angle of 169.25º 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 #60CAB7 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 183 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.21 |
| HSL | 169.25º | 0.5% | 0.58% | - |
| HSV(B) | 169.25º | 0.52% | 0.79% | - |
| XYZ | 34.49 | 48.15 | 52.28 | - |
| YUV | 168.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 183 | 0.52 | 0 | 0.09 | 0.21 | 169.25 | 0.5 | 0.58 |
| Hex | 60 | CA | B7 | 34 | 0 | 9 | 15 | A9 | 32 | 3A |
| Octal | 140 | 312 | 267 | 64 | 0 | 11 | 25 | 251 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10110111 | 110100 | 0 | 1001 | 10101 | 10101001 | 110010 | 111010 |
Color Harmonies of #60CAB7
Complementary color
Monochromatic Colors of #60CAB7
Black with #60CAB7
Text Example
Text Example
White with #60CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAB7; }
p { color: rgb(96,202,183); }
H1.HeaderClassName
{
color: #60CAB7;
}
.AnyTagClassName
{
color: #60CAB7;
}
</style>
background-color css
<style>
a { background-color: #60CAB7; }
a { background-color: rgb(96,202,183); }
div.DivClassName
{
background-color: #60CAB7;
}
.BgClassName
{
background-color: #60CAB7;
}
</style>
border-color css
<style>
span { border-color: #60CAB7; }
span { border-color: rgb(96,202,183); }
td.TdClassName
{
border-color: #60CAB7;
}
.TagClassName
{
border-color: #60CAB7;
}
</style>