Shades of Downy #5AF4BD
Tints of Downy #5AF4BD
RGB
CMYK
RGB Variations
Color information
#5AF4BD (or 0x5AF4BD) is known color: Downy. HEX triplet: 5A, F4 and BD. RGB value is (90,244,189). Sum of RGB (Red+Green+Blue) = 90+244+189=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF4BD is #A50B42. Grayscale: #BFBFBF. Windows color (decimal): -10816323 or 12448858. OLE color: 12448858.
HSL color Cylindrical-coordinate representation of color #5AF4BD: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF4BD is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 189 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.04 |
| HSL | 158.57º | 0.88% | 0.65% | - |
| HSV(B) | 158.57º | 0.63% | 0.96% | - |
| XYZ | 45.75 | 70.55 | 59.35 | - |
| YUV | 191.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 189 | 0.63 | 0 | 0.23 | 0.04 | 158.57 | 0.88 | 0.65 |
| Hex | 5A | F4 | BD | 3F | 0 | 17 | 4 | 9F | 58 | 41 |
| Octal | 132 | 364 | 275 | 77 | 0 | 27 | 4 | 237 | 130 | 101 |
| Binary | 1011010 | 11110100 | 10111101 | 111111 | 0 | 10111 | 100 | 10011111 | 1011000 | 1000001 |
Color Harmonies of #5AF4BD
Complementary color
Monochromatic Colors of #5AF4BD
Black with #5AF4BD
Text Example
Text Example
White with #5AF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF4BD; }
p { color: rgb(90,244,189); }
H1.HeaderClassName
{
color: #5AF4BD;
}
.AnyTagClassName
{
color: #5AF4BD;
}
</style>
background-color css
<style>
a { background-color: #5AF4BD; }
a { background-color: rgb(90,244,189); }
div.DivClassName
{
background-color: #5AF4BD;
}
.BgClassName
{
background-color: #5AF4BD;
}
</style>
border-color css
<style>
span { border-color: #5AF4BD; }
span { border-color: rgb(90,244,189); }
td.TdClassName
{
border-color: #5AF4BD;
}
.TagClassName
{
border-color: #5AF4BD;
}
</style>