Shades of Medium Aquamarine #5AD0AB
Tints of Medium Aquamarine #5AD0AB
RGB
CMYK
RGB Variations
Color information
#5AD0AB (or 0x5AD0AB) is known color: Medium Aquamarine. HEX triplet: 5A, D0 and AB. RGB value is (90,208,171). Sum of RGB (Red+Green+Blue) = 90+208+171=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD0AB is #A52F54. Grayscale: #A8A8A8. Windows color (decimal): -10825557 or 11259994. OLE color: 11259994.
HSL color Cylindrical-coordinate representation of color #5AD0AB: hue angle of 161.19º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD0AB is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 171 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.18 |
| HSL | 161.19º | 0.56% | 0.58% | - |
| HSV(B) | 161.19º | 0.57% | 0.82% | - |
| XYZ | 34.12 | 50.23 | 46.42 | - |
| YUV | 168.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 171 | 0.57 | 0 | 0.18 | 0.18 | 161.19 | 0.56 | 0.58 |
| Hex | 5A | D0 | AB | 39 | 0 | 12 | 12 | A1 | 38 | 3A |
| Octal | 132 | 320 | 253 | 71 | 0 | 22 | 22 | 241 | 70 | 72 |
| Binary | 1011010 | 11010000 | 10101011 | 111001 | 0 | 10010 | 10010 | 10100001 | 111000 | 111010 |
Color Harmonies of #5AD0AB
Complementary color
Monochromatic Colors of #5AD0AB
Black with #5AD0AB
Text Example
Text Example
White with #5AD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD0AB; }
p { color: rgb(90,208,171); }
H1.HeaderClassName
{
color: #5AD0AB;
}
.AnyTagClassName
{
color: #5AD0AB;
}
</style>
background-color css
<style>
a { background-color: #5AD0AB; }
a { background-color: rgb(90,208,171); }
div.DivClassName
{
background-color: #5AD0AB;
}
.BgClassName
{
background-color: #5AD0AB;
}
</style>
border-color css
<style>
span { border-color: #5AD0AB; }
span { border-color: rgb(90,208,171); }
td.TdClassName
{
border-color: #5AD0AB;
}
.TagClassName
{
border-color: #5AD0AB;
}
</style>