Shades of Downy #60F4BA
Tints of Downy #60F4BA
RGB
CMYK
RGB Variations
Color information
#60F4BA (or 0x60F4BA) is known color: Downy. HEX triplet: 60, F4 and BA. RGB value is (96,244,186). Sum of RGB (Red+Green+Blue) = 96+244+186=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #60F4BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F4BA is #9F0B45. Grayscale: #C1C1C1. Windows color (decimal): -10423110 or 12252256. OLE color: 12252256.
HSL color Cylindrical-coordinate representation of color #60F4BA: hue angle of 156.49º 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 #60F4BA is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 244 | 186 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.04 |
| HSL | 156.49º | 0.87% | 0.67% | - |
| HSV(B) | 156.49º | 0.61% | 0.96% | - |
| XYZ | 46.04 | 70.73 | 57.68 | - |
| YUV | 193.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 244 | 186 | 0.61 | 0 | 0.24 | 0.04 | 156.49 | 0.87 | 0.67 |
| Hex | 60 | F4 | BA | 3D | 0 | 18 | 4 | 9C | 57 | 43 |
| Octal | 140 | 364 | 272 | 75 | 0 | 30 | 4 | 234 | 127 | 103 |
| Binary | 1100000 | 11110100 | 10111010 | 111101 | 0 | 11000 | 100 | 10011100 | 1010111 | 1000011 |
Color Harmonies of #60F4BA
Complementary color
Monochromatic Colors of #60F4BA
Black with #60F4BA
Text Example
Text Example
White with #60F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F4BA; }
p { color: rgb(96,244,186); }
H1.HeaderClassName
{
color: #60F4BA;
}
.AnyTagClassName
{
color: #60F4BA;
}
</style>
background-color css
<style>
a { background-color: #60F4BA; }
a { background-color: rgb(96,244,186); }
div.DivClassName
{
background-color: #60F4BA;
}
.BgClassName
{
background-color: #60F4BA;
}
</style>
border-color css
<style>
span { border-color: #60F4BA; }
span { border-color: rgb(96,244,186); }
td.TdClassName
{
border-color: #60F4BA;
}
.TagClassName
{
border-color: #60F4BA;
}
</style>