Shades of Downy #60D5C5
Tints of Downy #60D5C5
RGB
CMYK
RGB Variations
Color information
#60D5C5 (or 0x60D5C5) is known color: Downy. HEX triplet: 60, D5 and C5. RGB value is (96,213,197). Sum of RGB (Red+Green+Blue) = 96+213+197=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #60D5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5C5 is #9F2A3A. Grayscale: #B0B0B0. Windows color (decimal): -10431035 or 12965216. OLE color: 12965216.
HSL color Cylindrical-coordinate representation of color #60D5C5: hue angle of 171.79º 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 #60D5C5 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 213 | 197 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.16 |
| HSL | 171.79º | 0.58% | 0.61% | - |
| HSV(B) | 171.79º | 0.55% | 0.84% | - |
| XYZ | 38.7 | 54.11 | 61.23 | - |
| YUV | 176.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 197 | 0.55 | 0 | 0.08 | 0.16 | 171.79 | 0.58 | 0.61 |
| Hex | 60 | D5 | C5 | 37 | 0 | 8 | 10 | AC | 3A | 3D |
| Octal | 140 | 325 | 305 | 67 | 0 | 10 | 20 | 254 | 72 | 75 |
| Binary | 1100000 | 11010101 | 11000101 | 110111 | 0 | 1000 | 10000 | 10101100 | 111010 | 111101 |
Color Harmonies of #60D5C5
Complementary color
Monochromatic Colors of #60D5C5
Black with #60D5C5
Text Example
Text Example
White with #60D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D5C5; }
p { color: rgb(96,213,197); }
H1.HeaderClassName
{
color: #60D5C5;
}
.AnyTagClassName
{
color: #60D5C5;
}
</style>
background-color css
<style>
a { background-color: #60D5C5; }
a { background-color: rgb(96,213,197); }
div.DivClassName
{
background-color: #60D5C5;
}
.BgClassName
{
background-color: #60D5C5;
}
</style>
border-color css
<style>
span { border-color: #60D5C5; }
span { border-color: rgb(96,213,197); }
td.TdClassName
{
border-color: #60D5C5;
}
.TagClassName
{
border-color: #60D5C5;
}
</style>