Shades of Downy #60EFC9
Tints of Downy #60EFC9
RGB
CMYK
RGB Variations
Color information
#60EFC9 (or 0x60EFC9) is known color: Downy. HEX triplet: 60, EF and C9. RGB value is (96,239,201). Sum of RGB (Red+Green+Blue) = 96+239+201=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFC9 is #9F1036. Grayscale: #BFBFBF. Windows color (decimal): -10424375 or 13234016. OLE color: 13234016.
HSL color Cylindrical-coordinate representation of color #60EFC9: hue angle of 164.06º 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 #60EFC9 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 201 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.06 |
| HSL | 164.06º | 0.82% | 0.66% | - |
| HSV(B) | 164.06º | 0.6% | 0.94% | - |
| XYZ | 46.23 | 68.44 | 66.03 | - |
| YUV | 191.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 201 | 0.60 | 0 | 0.16 | 0.06 | 164.06 | 0.82 | 0.66 |
| Hex | 60 | EF | C9 | 3C | 0 | 10 | 6 | A4 | 52 | 42 |
| Octal | 140 | 357 | 311 | 74 | 0 | 20 | 6 | 244 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11001001 | 111100 | 0 | 10000 | 110 | 10100100 | 1010010 | 1000010 |
Color Harmonies of #60EFC9
Complementary color
Monochromatic Colors of #60EFC9
Black with #60EFC9
Text Example
Text Example
White with #60EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFC9; }
p { color: rgb(96,239,201); }
H1.HeaderClassName
{
color: #60EFC9;
}
.AnyTagClassName
{
color: #60EFC9;
}
</style>
background-color css
<style>
a { background-color: #60EFC9; }
a { background-color: rgb(96,239,201); }
div.DivClassName
{
background-color: #60EFC9;
}
.BgClassName
{
background-color: #60EFC9;
}
</style>
border-color css
<style>
span { border-color: #60EFC9; }
span { border-color: rgb(96,239,201); }
td.TdClassName
{
border-color: #60EFC9;
}
.TagClassName
{
border-color: #60EFC9;
}
</style>