Shades of Medium Aquamarine #5AD2B0
Tints of Medium Aquamarine #5AD2B0
RGB
CMYK
RGB Variations
Color information
#5AD2B0 (or 0x5AD2B0) is known color: Medium Aquamarine. HEX triplet: 5A, D2 and B0. RGB value is (90,210,176). Sum of RGB (Red+Green+Blue) = 90+210+176=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD2B0 is #A52D4F. Grayscale: #AAAAAA. Windows color (decimal): -10825040 or 11588186. OLE color: 11588186.
HSL color Cylindrical-coordinate representation of color #5AD2B0: hue angle of 163º 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 #5AD2B0 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 176 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.18 |
| HSL | 163º | 0.57% | 0.59% | - |
| HSV(B) | 163º | 0.57% | 0.82% | - |
| XYZ | 35.1 | 51.4 | 49.15 | - |
| YUV | 170.24 | 131.24 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 176 | 0.57 | 0 | 0.16 | 0.18 | 163 | 0.57 | 0.59 |
| Hex | 5A | D2 | B0 | 39 | 0 | 10 | 12 | A3 | 39 | 3B |
| Octal | 132 | 322 | 260 | 71 | 0 | 20 | 22 | 243 | 71 | 73 |
| Binary | 1011010 | 11010010 | 10110000 | 111001 | 0 | 10000 | 10010 | 10100011 | 111001 | 111011 |
Color Harmonies of #5AD2B0
Complementary color
Monochromatic Colors of #5AD2B0
Black with #5AD2B0
Text Example
Text Example
White with #5AD2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2B0; }
p { color: rgb(90,210,176); }
H1.HeaderClassName
{
color: #5AD2B0;
}
.AnyTagClassName
{
color: #5AD2B0;
}
</style>
background-color css
<style>
a { background-color: #5AD2B0; }
a { background-color: rgb(90,210,176); }
div.DivClassName
{
background-color: #5AD2B0;
}
.BgClassName
{
background-color: #5AD2B0;
}
</style>
border-color css
<style>
span { border-color: #5AD2B0; }
span { border-color: rgb(90,210,176); }
td.TdClassName
{
border-color: #5AD2B0;
}
.TagClassName
{
border-color: #5AD2B0;
}
</style>