Shades of Downy #60EBC4
Tints of Downy #60EBC4
RGB
CMYK
RGB Variations
Color information
#60EBC4 (or 0x60EBC4) is known color: Downy. HEX triplet: 60, EB and C4. RGB value is (96,235,196). Sum of RGB (Red+Green+Blue) = 96+235+196=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBC4 is #9F143B. Grayscale: #BDBDBD. Windows color (decimal): -10425404 or 12905312. OLE color: 12905312.
HSL color Cylindrical-coordinate representation of color #60EBC4: hue angle of 163.17º degrees, saturation: 0.78, 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 #60EBC4 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 235 | 196 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.08 |
| HSL | 163.17º | 0.78% | 0.65% | - |
| HSV(B) | 163.17º | 0.59% | 0.92% | - |
| XYZ | 44.5 | 65.89 | 62.6 | - |
| YUV | 188.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 235 | 196 | 0.59 | 0 | 0.17 | 0.08 | 163.17 | 0.78 | 0.65 |
| Hex | 60 | EB | C4 | 3B | 0 | 11 | 8 | A3 | 4E | 41 |
| Octal | 140 | 353 | 304 | 73 | 0 | 21 | 10 | 243 | 116 | 101 |
| Binary | 1100000 | 11101011 | 11000100 | 111011 | 0 | 10001 | 1000 | 10100011 | 1001110 | 1000001 |
Color Harmonies of #60EBC4
Complementary color
Monochromatic Colors of #60EBC4
Black with #60EBC4
Text Example
Text Example
White with #60EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EBC4; }
p { color: rgb(96,235,196); }
H1.HeaderClassName
{
color: #60EBC4;
}
.AnyTagClassName
{
color: #60EBC4;
}
</style>
background-color css
<style>
a { background-color: #60EBC4; }
a { background-color: rgb(96,235,196); }
div.DivClassName
{
background-color: #60EBC4;
}
.BgClassName
{
background-color: #60EBC4;
}
</style>
border-color css
<style>
span { border-color: #60EBC4; }
span { border-color: rgb(96,235,196); }
td.TdClassName
{
border-color: #60EBC4;
}
.TagClassName
{
border-color: #60EBC4;
}
</style>