Shades of Downy #60DFCD
Tints of Downy #60DFCD
RGB
CMYK
RGB Variations
Color information
#60DFCD (or 0x60DFCD) is known color: Downy. HEX triplet: 60, DF and CD. RGB value is (96,223,205). Sum of RGB (Red+Green+Blue) = 96+223+205=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFCD is #9F2032. Grayscale: #B6B6B6. Windows color (decimal): -10428467 or 13492064. OLE color: 13492064.
HSL color Cylindrical-coordinate representation of color #60DFCD: hue angle of 171.5º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFCD is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 205 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.13 |
| HSL | 171.5º | 0.66% | 0.63% | - |
| HSV(B) | 171.5º | 0.57% | 0.87% | - |
| XYZ | 42.23 | 59.67 | 67.05 | - |
| YUV | 182.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 205 | 0.57 | 0 | 0.08 | 0.13 | 171.5 | 0.66 | 0.63 |
| Hex | 60 | DF | CD | 39 | 0 | 8 | D | AB | 42 | 3F |
| Octal | 140 | 337 | 315 | 71 | 0 | 10 | 15 | 253 | 102 | 77 |
| Binary | 1100000 | 11011111 | 11001101 | 111001 | 0 | 1000 | 1101 | 10101011 | 1000010 | 111111 |
Color Harmonies of #60DFCD
Complementary color
Monochromatic Colors of #60DFCD
Black with #60DFCD
Text Example
Text Example
White with #60DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFCD; }
p { color: rgb(96,223,205); }
H1.HeaderClassName
{
color: #60DFCD;
}
.AnyTagClassName
{
color: #60DFCD;
}
</style>
background-color css
<style>
a { background-color: #60DFCD; }
a { background-color: rgb(96,223,205); }
div.DivClassName
{
background-color: #60DFCD;
}
.BgClassName
{
background-color: #60DFCD;
}
</style>
border-color css
<style>
span { border-color: #60DFCD; }
span { border-color: rgb(96,223,205); }
td.TdClassName
{
border-color: #60DFCD;
}
.TagClassName
{
border-color: #60DFCD;
}
</style>