Shades of Downy #60EFC7
Tints of Downy #60EFC7
RGB
CMYK
RGB Variations
Color information
#60EFC7 (or 0x60EFC7) is known color: Downy. HEX triplet: 60, EF and C7. RGB value is (96,239,199). Sum of RGB (Red+Green+Blue) = 96+239+199=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFC7 is #9F1038. Grayscale: #BFBFBF. Windows color (decimal): -10424377 or 13102944. OLE color: 13102944.
HSL color Cylindrical-coordinate representation of color #60EFC7: hue angle of 163.22º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFC7 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 199 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.06 |
| HSL | 163.22º | 0.82% | 0.66% | - |
| HSV(B) | 163.22º | 0.6% | 0.94% | - |
| XYZ | 46 | 68.34 | 64.8 | - |
| YUV | 191.68 | 132.12 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 199 | 0.60 | 0 | 0.17 | 0.06 | 163.22 | 0.82 | 0.66 |
| Hex | 60 | EF | C7 | 3C | 0 | 11 | 6 | A3 | 52 | 42 |
| Octal | 140 | 357 | 307 | 74 | 0 | 21 | 6 | 243 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11000111 | 111100 | 0 | 10001 | 110 | 10100011 | 1010010 | 1000010 |
Color Harmonies of #60EFC7
Complementary color
Monochromatic Colors of #60EFC7
Black with #60EFC7
Text Example
Text Example
White with #60EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFC7; }
p { color: rgb(96,239,199); }
H1.HeaderClassName
{
color: #60EFC7;
}
.AnyTagClassName
{
color: #60EFC7;
}
</style>
background-color css
<style>
a { background-color: #60EFC7; }
a { background-color: rgb(96,239,199); }
div.DivClassName
{
background-color: #60EFC7;
}
.BgClassName
{
background-color: #60EFC7;
}
</style>
border-color css
<style>
span { border-color: #60EFC7; }
span { border-color: rgb(96,239,199); }
td.TdClassName
{
border-color: #60EFC7;
}
.TagClassName
{
border-color: #60EFC7;
}
</style>