Shades of Downy #5FF4BA
Tints of Downy #5FF4BA
RGB
CMYK
RGB Variations
Color information
#5FF4BA (or 0x5FF4BA) is known color: Downy. HEX triplet: 5F, F4 and BA. RGB value is (95,244,186). Sum of RGB (Red+Green+Blue) = 95+244+186=525 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.10% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF4BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF4BA is #A00B45. Grayscale: #C0C0C0. Windows color (decimal): -10488646 or 12252255. OLE color: 12252255.
HSL color Cylindrical-coordinate representation of color #5FF4BA: hue angle of 156.64º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF4BA is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 244 | 186 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.04 |
| HSL | 156.64º | 0.87% | 0.66% | - |
| HSV(B) | 156.64º | 0.61% | 0.96% | - |
| XYZ | 45.93 | 70.68 | 57.68 | - |
| YUV | 192.84 | 124.14 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 244 | 186 | 0.61 | 0 | 0.24 | 0.04 | 156.64 | 0.87 | 0.66 |
| Hex | 5F | F4 | BA | 3D | 0 | 18 | 4 | 9D | 57 | 42 |
| Octal | 137 | 364 | 272 | 75 | 0 | 30 | 4 | 235 | 127 | 102 |
| Binary | 1011111 | 11110100 | 10111010 | 111101 | 0 | 11000 | 100 | 10011101 | 1010111 | 1000010 |
Color Harmonies of #5FF4BA
Complementary color
Monochromatic Colors of #5FF4BA
Black with #5FF4BA
Text Example
Text Example
White with #5FF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF4BA; }
p { color: rgb(95,244,186); }
H1.HeaderClassName
{
color: #5FF4BA;
}
.AnyTagClassName
{
color: #5FF4BA;
}
</style>
background-color css
<style>
a { background-color: #5FF4BA; }
a { background-color: rgb(95,244,186); }
div.DivClassName
{
background-color: #5FF4BA;
}
.BgClassName
{
background-color: #5FF4BA;
}
</style>
border-color css
<style>
span { border-color: #5FF4BA; }
span { border-color: rgb(95,244,186); }
td.TdClassName
{
border-color: #5FF4BA;
}
.TagClassName
{
border-color: #5FF4BA;
}
</style>