Shades of Downy #5AF1BD
Tints of Downy #5AF1BD
RGB
CMYK
RGB Variations
Color information
#5AF1BD (or 0x5AF1BD) is known color: Downy. HEX triplet: 5A, F1 and BD. RGB value is (90,241,189). Sum of RGB (Red+Green+Blue) = 90+241+189=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1BD is #A50E42. Grayscale: #BDBDBD. Windows color (decimal): -10817091 or 12448090. OLE color: 12448090.
HSL color Cylindrical-coordinate representation of color #5AF1BD: hue angle of 159.34º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1BD is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 189 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.05 |
| HSL | 159.34º | 0.84% | 0.65% | - |
| HSV(B) | 159.34º | 0.63% | 0.95% | - |
| XYZ | 44.86 | 68.76 | 59.05 | - |
| YUV | 189.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 189 | 0.63 | 0 | 0.22 | 0.05 | 159.34 | 0.84 | 0.65 |
| Hex | 5A | F1 | BD | 3F | 0 | 16 | 5 | 9F | 54 | 41 |
| Octal | 132 | 361 | 275 | 77 | 0 | 26 | 5 | 237 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10111101 | 111111 | 0 | 10110 | 101 | 10011111 | 1010100 | 1000001 |
Color Harmonies of #5AF1BD
Complementary color
Monochromatic Colors of #5AF1BD
Black with #5AF1BD
Text Example
Text Example
White with #5AF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1BD; }
p { color: rgb(90,241,189); }
H1.HeaderClassName
{
color: #5AF1BD;
}
.AnyTagClassName
{
color: #5AF1BD;
}
</style>
background-color css
<style>
a { background-color: #5AF1BD; }
a { background-color: rgb(90,241,189); }
div.DivClassName
{
background-color: #5AF1BD;
}
.BgClassName
{
background-color: #5AF1BD;
}
</style>
border-color css
<style>
span { border-color: #5AF1BD; }
span { border-color: rgb(90,241,189); }
td.TdClassName
{
border-color: #5AF1BD;
}
.TagClassName
{
border-color: #5AF1BD;
}
</style>