Shades of Downy #5AD2BF
Tints of Downy #5AD2BF
RGB
CMYK
RGB Variations
Color information
#5AD2BF (or 0x5AD2BF) is known color: Downy. HEX triplet: 5A, D2 and BF. RGB value is (90,210,191). Sum of RGB (Red+Green+Blue) = 90+210+191=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2BF is #A52D40. Grayscale: #ABABAB. Windows color (decimal): -10825025 or 12571226. OLE color: 12571226.
HSL color Cylindrical-coordinate representation of color #5AD2BF: hue angle of 170.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2BF is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 191 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.18 |
| HSL | 170.5º | 0.57% | 0.59% | - |
| HSV(B) | 170.5º | 0.57% | 0.82% | - |
| XYZ | 36.67 | 52.03 | 57.4 | - |
| YUV | 171.95 | 138.74 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 191 | 0.57 | 0 | 0.09 | 0.18 | 170.5 | 0.57 | 0.59 |
| Hex | 5A | D2 | BF | 39 | 0 | 9 | 12 | AA | 39 | 3B |
| Octal | 132 | 322 | 277 | 71 | 0 | 11 | 22 | 252 | 71 | 73 |
| Binary | 1011010 | 11010010 | 10111111 | 111001 | 0 | 1001 | 10010 | 10101010 | 111001 | 111011 |
Color Harmonies of #5AD2BF
Complementary color
Monochromatic Colors of #5AD2BF
Black with #5AD2BF
Text Example
Text Example
White with #5AD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2BF; }
p { color: rgb(90,210,191); }
H1.HeaderClassName
{
color: #5AD2BF;
}
.AnyTagClassName
{
color: #5AD2BF;
}
</style>
background-color css
<style>
a { background-color: #5AD2BF; }
a { background-color: rgb(90,210,191); }
div.DivClassName
{
background-color: #5AD2BF;
}
.BgClassName
{
background-color: #5AD2BF;
}
</style>
border-color css
<style>
span { border-color: #5AD2BF; }
span { border-color: rgb(90,210,191); }
td.TdClassName
{
border-color: #5AD2BF;
}
.TagClassName
{
border-color: #5AD2BF;
}
</style>