Shades of Medium Aquamarine #5AD9AF
Tints of Medium Aquamarine #5AD9AF
RGB
CMYK
RGB Variations
Color information
#5AD9AF (or 0x5AD9AF) is known color: Medium Aquamarine. HEX triplet: 5A, D9 and AF. RGB value is (90,217,175). Sum of RGB (Red+Green+Blue) = 90+217+175=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD9AF is #A52650. Grayscale: #AEAEAE. Windows color (decimal): -10823249 or 11524442. OLE color: 11524442.
HSL color Cylindrical-coordinate representation of color #5AD9AF: hue angle of 160.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9AF is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 175 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.15 |
| HSL | 160.16º | 0.63% | 0.6% | - |
| HSV(B) | 160.16º | 0.59% | 0.85% | - |
| XYZ | 36.77 | 54.89 | 49.22 | - |
| YUV | 174.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 175 | 0.59 | 0 | 0.19 | 0.15 | 160.16 | 0.63 | 0.6 |
| Hex | 5A | D9 | AF | 3B | 0 | 13 | F | A0 | 3F | 3C |
| Octal | 132 | 331 | 257 | 73 | 0 | 23 | 17 | 240 | 77 | 74 |
| Binary | 1011010 | 11011001 | 10101111 | 111011 | 0 | 10011 | 1111 | 10100000 | 111111 | 111100 |
Color Harmonies of #5AD9AF
Complementary color
Monochromatic Colors of #5AD9AF
Black with #5AD9AF
Text Example
Text Example
White with #5AD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9AF; }
p { color: rgb(90,217,175); }
H1.HeaderClassName
{
color: #5AD9AF;
}
.AnyTagClassName
{
color: #5AD9AF;
}
</style>
background-color css
<style>
a { background-color: #5AD9AF; }
a { background-color: rgb(90,217,175); }
div.DivClassName
{
background-color: #5AD9AF;
}
.BgClassName
{
background-color: #5AD9AF;
}
</style>
border-color css
<style>
span { border-color: #5AD9AF; }
span { border-color: rgb(90,217,175); }
td.TdClassName
{
border-color: #5AD9AF;
}
.TagClassName
{
border-color: #5AD9AF;
}
</style>