Shades of Downy #60F4BD
Tints of Downy #60F4BD
RGB
CMYK
RGB Variations
Color information
#60F4BD (or 0x60F4BD) is known color: Downy. HEX triplet: 60, F4 and BD. RGB value is (96,244,189). Sum of RGB (Red+Green+Blue) = 96+244+189=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #60F4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F4BD is #9F0B42. Grayscale: #C1C1C1. Windows color (decimal): -10423107 or 12448864. OLE color: 12448864.
HSL color Cylindrical-coordinate representation of color #60F4BD: hue angle of 157.7º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F4BD is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 244 | 189 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.04 |
| HSL | 157.7º | 0.87% | 0.67% | - |
| HSV(B) | 157.7º | 0.61% | 0.96% | - |
| XYZ | 46.36 | 70.86 | 59.38 | - |
| YUV | 193.48 | 125.47 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 244 | 189 | 0.61 | 0 | 0.23 | 0.04 | 157.7 | 0.87 | 0.67 |
| Hex | 60 | F4 | BD | 3D | 0 | 17 | 4 | 9E | 57 | 43 |
| Octal | 140 | 364 | 275 | 75 | 0 | 27 | 4 | 236 | 127 | 103 |
| Binary | 1100000 | 11110100 | 10111101 | 111101 | 0 | 10111 | 100 | 10011110 | 1010111 | 1000011 |
Color Harmonies of #60F4BD
Complementary color
Monochromatic Colors of #60F4BD
Black with #60F4BD
Text Example
Text Example
White with #60F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F4BD; }
p { color: rgb(96,244,189); }
H1.HeaderClassName
{
color: #60F4BD;
}
.AnyTagClassName
{
color: #60F4BD;
}
</style>
background-color css
<style>
a { background-color: #60F4BD; }
a { background-color: rgb(96,244,189); }
div.DivClassName
{
background-color: #60F4BD;
}
.BgClassName
{
background-color: #60F4BD;
}
</style>
border-color css
<style>
span { border-color: #60F4BD; }
span { border-color: rgb(96,244,189); }
td.TdClassName
{
border-color: #60F4BD;
}
.TagClassName
{
border-color: #60F4BD;
}
</style>