Shades of Downy #5AF1BE
Tints of Downy #5AF1BE
RGB
CMYK
RGB Variations
Color information
#5AF1BE (or 0x5AF1BE) is known color: Downy. HEX triplet: 5A, F1 and BE. RGB value is (90,241,190). Sum of RGB (Red+Green+Blue) = 90+241+190=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1BE is #A50E41. Grayscale: #BEBEBE. Windows color (decimal): -10817090 or 12513626. OLE color: 12513626.
HSL color Cylindrical-coordinate representation of color #5AF1BE: hue angle of 159.74º 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 #5AF1BE is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 190 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.05 |
| HSL | 159.74º | 0.84% | 0.65% | - |
| HSV(B) | 159.74º | 0.63% | 0.95% | - |
| XYZ | 44.97 | 68.8 | 59.63 | - |
| YUV | 190.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 190 | 0.63 | 0 | 0.21 | 0.05 | 159.74 | 0.84 | 0.65 |
| Hex | 5A | F1 | BE | 3F | 0 | 15 | 5 | A0 | 54 | 41 |
| Octal | 132 | 361 | 276 | 77 | 0 | 25 | 5 | 240 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10111110 | 111111 | 0 | 10101 | 101 | 10100000 | 1010100 | 1000001 |
Color Harmonies of #5AF1BE
Complementary color
Monochromatic Colors of #5AF1BE
Black with #5AF1BE
Text Example
Text Example
White with #5AF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1BE; }
p { color: rgb(90,241,190); }
H1.HeaderClassName
{
color: #5AF1BE;
}
.AnyTagClassName
{
color: #5AF1BE;
}
</style>
background-color css
<style>
a { background-color: #5AF1BE; }
a { background-color: rgb(90,241,190); }
div.DivClassName
{
background-color: #5AF1BE;
}
.BgClassName
{
background-color: #5AF1BE;
}
</style>
border-color css
<style>
span { border-color: #5AF1BE; }
span { border-color: rgb(90,241,190); }
td.TdClassName
{
border-color: #5AF1BE;
}
.TagClassName
{
border-color: #5AF1BE;
}
</style>