Shades of Downy #5AF1BF
Tints of Downy #5AF1BF
RGB
CMYK
RGB Variations
Color information
#5AF1BF (or 0x5AF1BF) is known color: Downy. HEX triplet: 5A, F1 and BF. RGB value is (90,241,191). Sum of RGB (Red+Green+Blue) = 90+241+191=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF1BF is #A50E40. Grayscale: #BEBEBE. Windows color (decimal): -10817089 or 12579162. OLE color: 12579162.
HSL color Cylindrical-coordinate representation of color #5AF1BF: hue angle of 160.13º 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 #5AF1BF is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 191 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.05 |
| HSL | 160.13º | 0.84% | 0.65% | - |
| HSV(B) | 160.13º | 0.63% | 0.95% | - |
| XYZ | 45.08 | 68.85 | 60.2 | - |
| YUV | 190.15 | 128.47 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 191 | 0.63 | 0 | 0.21 | 0.05 | 160.13 | 0.84 | 0.65 |
| Hex | 5A | F1 | BF | 3F | 0 | 15 | 5 | A0 | 54 | 41 |
| Octal | 132 | 361 | 277 | 77 | 0 | 25 | 5 | 240 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10111111 | 111111 | 0 | 10101 | 101 | 10100000 | 1010100 | 1000001 |
Color Harmonies of #5AF1BF
Complementary color
Monochromatic Colors of #5AF1BF
Black with #5AF1BF
Text Example
Text Example
White with #5AF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1BF; }
p { color: rgb(90,241,191); }
H1.HeaderClassName
{
color: #5AF1BF;
}
.AnyTagClassName
{
color: #5AF1BF;
}
</style>
background-color css
<style>
a { background-color: #5AF1BF; }
a { background-color: rgb(90,241,191); }
div.DivClassName
{
background-color: #5AF1BF;
}
.BgClassName
{
background-color: #5AF1BF;
}
</style>
border-color css
<style>
span { border-color: #5AF1BF; }
span { border-color: rgb(90,241,191); }
td.TdClassName
{
border-color: #5AF1BF;
}
.TagClassName
{
border-color: #5AF1BF;
}
</style>