Shades of Medium Aquamarine #5ADAAF
Tints of Medium Aquamarine #5ADAAF
RGB
CMYK
RGB Variations
Color information
#5ADAAF (or 0x5ADAAF) is known color: Medium Aquamarine. HEX triplet: 5A, DA and AF. RGB value is (90,218,175). Sum of RGB (Red+Green+Blue) = 90+218+175=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAAF is #A52550. Grayscale: #AEAEAE. Windows color (decimal): -10822993 or 11524698. OLE color: 11524698.
HSL color Cylindrical-coordinate representation of color #5ADAAF: hue angle of 159.84º 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 #5ADAAF is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 175 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.15 |
| HSL | 159.84º | 0.63% | 0.6% | - |
| HSV(B) | 159.84º | 0.59% | 0.85% | - |
| XYZ | 37.03 | 55.41 | 49.3 | - |
| YUV | 174.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 175 | 0.59 | 0 | 0.20 | 0.15 | 159.84 | 0.63 | 0.6 |
| Hex | 5A | DA | AF | 3B | 0 | 14 | F | A0 | 3F | 3C |
| Octal | 132 | 332 | 257 | 73 | 0 | 24 | 17 | 240 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10101111 | 111011 | 0 | 10100 | 1111 | 10100000 | 111111 | 111100 |
Color Harmonies of #5ADAAF
Complementary color
Monochromatic Colors of #5ADAAF
Black with #5ADAAF
Text Example
Text Example
White with #5ADAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAAF; }
p { color: rgb(90,218,175); }
H1.HeaderClassName
{
color: #5ADAAF;
}
.AnyTagClassName
{
color: #5ADAAF;
}
</style>
background-color css
<style>
a { background-color: #5ADAAF; }
a { background-color: rgb(90,218,175); }
div.DivClassName
{
background-color: #5ADAAF;
}
.BgClassName
{
background-color: #5ADAAF;
}
</style>
border-color css
<style>
span { border-color: #5ADAAF; }
span { border-color: rgb(90,218,175); }
td.TdClassName
{
border-color: #5ADAAF;
}
.TagClassName
{
border-color: #5ADAAF;
}
</style>