Shades of Medium Aquamarine #5ADAAA
Tints of Medium Aquamarine #5ADAAA
RGB
CMYK
RGB Variations
Color information
#5ADAAA (or 0x5ADAAA) is known color: Medium Aquamarine. HEX triplet: 5A, DA and AA. RGB value is (90,218,170). Sum of RGB (Red+Green+Blue) = 90+218+170=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAAA is #A52555. Grayscale: #AEAEAE. Windows color (decimal): -10822998 or 11197018. OLE color: 11197018.
HSL color Cylindrical-coordinate representation of color #5ADAAA: hue angle of 157.5º 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 #5ADAAA is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 170 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.15 |
| HSL | 157.5º | 0.63% | 0.6% | - |
| HSV(B) | 157.5º | 0.59% | 0.85% | - |
| XYZ | 36.54 | 55.22 | 46.76 | - |
| YUV | 174.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 170 | 0.59 | 0 | 0.22 | 0.15 | 157.5 | 0.63 | 0.6 |
| Hex | 5A | DA | AA | 3B | 0 | 16 | F | 9E | 3F | 3C |
| Octal | 132 | 332 | 252 | 73 | 0 | 26 | 17 | 236 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10101010 | 111011 | 0 | 10110 | 1111 | 10011110 | 111111 | 111100 |
Color Harmonies of #5ADAAA
Complementary color
Monochromatic Colors of #5ADAAA
Black with #5ADAAA
Text Example
Text Example
White with #5ADAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAAA; }
p { color: rgb(90,218,170); }
H1.HeaderClassName
{
color: #5ADAAA;
}
.AnyTagClassName
{
color: #5ADAAA;
}
</style>
background-color css
<style>
a { background-color: #5ADAAA; }
a { background-color: rgb(90,218,170); }
div.DivClassName
{
background-color: #5ADAAA;
}
.BgClassName
{
background-color: #5ADAAA;
}
</style>
border-color css
<style>
span { border-color: #5ADAAA; }
span { border-color: rgb(90,218,170); }
td.TdClassName
{
border-color: #5ADAAA;
}
.TagClassName
{
border-color: #5ADAAA;
}
</style>