Shades of Medium Aquamarine #5ADEA7
Tints of Medium Aquamarine #5ADEA7
RGB
CMYK
RGB Variations
Color information
#5ADEA7 (or 0x5ADEA7) is known color: Medium Aquamarine. HEX triplet: 5A, DE and A7. RGB value is (90,222,167). Sum of RGB (Red+Green+Blue) = 90+222+167=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADEA7 is #A52158. Grayscale: #B0B0B0. Windows color (decimal): -10821977 or 11001434. OLE color: 11001434.
HSL color Cylindrical-coordinate representation of color #5ADEA7: hue angle of 155º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEA7 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 167 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.13 |
| HSL | 155º | 0.67% | 0.61% | - |
| HSV(B) | 155º | 0.59% | 0.87% | - |
| XYZ | 37.31 | 57.21 | 45.63 | - |
| YUV | 176.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 167 | 0.59 | 0 | 0.25 | 0.13 | 155 | 0.67 | 0.61 |
| Hex | 5A | DE | A7 | 3B | 0 | 19 | D | 9B | 43 | 3D |
| Octal | 132 | 336 | 247 | 73 | 0 | 31 | 15 | 233 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10100111 | 111011 | 0 | 11001 | 1101 | 10011011 | 1000011 | 111101 |
Color Harmonies of #5ADEA7
Complementary color
Monochromatic Colors of #5ADEA7
Black with #5ADEA7
Text Example
Text Example
White with #5ADEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEA7; }
p { color: rgb(90,222,167); }
H1.HeaderClassName
{
color: #5ADEA7;
}
.AnyTagClassName
{
color: #5ADEA7;
}
</style>
background-color css
<style>
a { background-color: #5ADEA7; }
a { background-color: rgb(90,222,167); }
div.DivClassName
{
background-color: #5ADEA7;
}
.BgClassName
{
background-color: #5ADEA7;
}
</style>
border-color css
<style>
span { border-color: #5ADEA7; }
span { border-color: rgb(90,222,167); }
td.TdClassName
{
border-color: #5ADEA7;
}
.TagClassName
{
border-color: #5ADEA7;
}
</style>