Shades of Downy #5AF1B9
Tints of Downy #5AF1B9
RGB
CMYK
RGB Variations
Color information
#5AF1B9 (or 0x5AF1B9) is known color: Downy. HEX triplet: 5A, F1 and B9. RGB value is (90,241,185). Sum of RGB (Red+Green+Blue) = 90+241+185=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1B9 is #A50E46. Grayscale: #BDBDBD. Windows color (decimal): -10817095 or 12185946. OLE color: 12185946.
HSL color Cylindrical-coordinate representation of color #5AF1B9: hue angle of 157.75º 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 #5AF1B9 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 185 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.05 |
| HSL | 157.75º | 0.84% | 0.65% | - |
| HSV(B) | 157.75º | 0.63% | 0.95% | - |
| XYZ | 44.43 | 68.59 | 56.8 | - |
| YUV | 189.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 185 | 0.63 | 0 | 0.23 | 0.05 | 157.75 | 0.84 | 0.65 |
| Hex | 5A | F1 | B9 | 3F | 0 | 17 | 5 | 9E | 54 | 41 |
| Octal | 132 | 361 | 271 | 77 | 0 | 27 | 5 | 236 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10111001 | 111111 | 0 | 10111 | 101 | 10011110 | 1010100 | 1000001 |
Color Harmonies of #5AF1B9
Complementary color
Monochromatic Colors of #5AF1B9
Black with #5AF1B9
Text Example
Text Example
White with #5AF1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1B9; }
p { color: rgb(90,241,185); }
H1.HeaderClassName
{
color: #5AF1B9;
}
.AnyTagClassName
{
color: #5AF1B9;
}
</style>
background-color css
<style>
a { background-color: #5AF1B9; }
a { background-color: rgb(90,241,185); }
div.DivClassName
{
background-color: #5AF1B9;
}
.BgClassName
{
background-color: #5AF1B9;
}
</style>
border-color css
<style>
span { border-color: #5AF1B9; }
span { border-color: rgb(90,241,185); }
td.TdClassName
{
border-color: #5AF1B9;
}
.TagClassName
{
border-color: #5AF1B9;
}
</style>