Shades of Downy #60EAC7
Tints of Downy #60EAC7
RGB
CMYK
RGB Variations
Color information
#60EAC7 (or 0x60EAC7) is known color: Downy. HEX triplet: 60, EA and C7. RGB value is (96,234,199). Sum of RGB (Red+Green+Blue) = 96+234+199=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EAC7 is #9F1538. Grayscale: #BCBCBC. Windows color (decimal): -10425657 or 13101664. OLE color: 13101664.
HSL color Cylindrical-coordinate representation of color #60EAC7: hue angle of 164.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EAC7 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 199 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.08 |
| HSL | 164.78º | 0.77% | 0.65% | - |
| HSV(B) | 164.78º | 0.59% | 0.92% | - |
| XYZ | 44.56 | 65.46 | 64.32 | - |
| YUV | 188.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 199 | 0.59 | 0 | 0.15 | 0.08 | 164.78 | 0.77 | 0.65 |
| Hex | 60 | EA | C7 | 3B | 0 | F | 8 | A5 | 4D | 41 |
| Octal | 140 | 352 | 307 | 73 | 0 | 17 | 10 | 245 | 115 | 101 |
| Binary | 1100000 | 11101010 | 11000111 | 111011 | 0 | 1111 | 1000 | 10100101 | 1001101 | 1000001 |
Color Harmonies of #60EAC7
Complementary color
Monochromatic Colors of #60EAC7
Black with #60EAC7
Text Example
Text Example
White with #60EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EAC7; }
p { color: rgb(96,234,199); }
H1.HeaderClassName
{
color: #60EAC7;
}
.AnyTagClassName
{
color: #60EAC7;
}
</style>
background-color css
<style>
a { background-color: #60EAC7; }
a { background-color: rgb(96,234,199); }
div.DivClassName
{
background-color: #60EAC7;
}
.BgClassName
{
background-color: #60EAC7;
}
</style>
border-color css
<style>
span { border-color: #60EAC7; }
span { border-color: rgb(96,234,199); }
td.TdClassName
{
border-color: #60EAC7;
}
.TagClassName
{
border-color: #60EAC7;
}
</style>