Shades of Downy #60D5CC
Tints of Downy #60D5CC
RGB
CMYK
RGB Variations
Color information
#60D5CC (or 0x60D5CC) is known color: Downy. HEX triplet: 60, D5 and CC. RGB value is (96,213,204). Sum of RGB (Red+Green+Blue) = 96+213+204=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #60D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5CC is #9F2A33. Grayscale: #B0B0B0. Windows color (decimal): -10431028 or 13423968. OLE color: 13423968.
HSL color Cylindrical-coordinate representation of color #60D5CC: hue angle of 175.38º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D5CC is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 204 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.16 |
| HSL | 175.38º | 0.58% | 0.61% | - |
| HSV(B) | 175.38º | 0.55% | 0.84% | - |
| XYZ | 39.52 | 54.43 | 65.55 | - |
| YUV | 176.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 204 | 0.55 | 0 | 0.04 | 0.16 | 175.38 | 0.58 | 0.61 |
| Hex | 60 | D5 | CC | 37 | 0 | 4 | 10 | AF | 3A | 3D |
| Octal | 140 | 325 | 314 | 67 | 0 | 4 | 20 | 257 | 72 | 75 |
| Binary | 1100000 | 11010101 | 11001100 | 110111 | 0 | 100 | 10000 | 10101111 | 111010 | 111101 |
Color Harmonies of #60D5CC
Complementary color
Monochromatic Colors of #60D5CC
Black with #60D5CC
Text Example
Text Example
White with #60D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D5CC; }
p { color: rgb(96,213,204); }
H1.HeaderClassName
{
color: #60D5CC;
}
.AnyTagClassName
{
color: #60D5CC;
}
</style>
background-color css
<style>
a { background-color: #60D5CC; }
a { background-color: rgb(96,213,204); }
div.DivClassName
{
background-color: #60D5CC;
}
.BgClassName
{
background-color: #60D5CC;
}
</style>
border-color css
<style>
span { border-color: #60D5CC; }
span { border-color: rgb(96,213,204); }
td.TdClassName
{
border-color: #60D5CC;
}
.TagClassName
{
border-color: #60D5CC;
}
</style>