Shades of Medium Aquamarine #5ADDA7
Tints of Medium Aquamarine #5ADDA7
RGB
CMYK
RGB Variations
Color information
#5ADDA7 (or 0x5ADDA7) is known color: Medium Aquamarine. HEX triplet: 5A, DD and A7. RGB value is (90,221,167). Sum of RGB (Red+Green+Blue) = 90+221+167=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDA7 is #A52258. Grayscale: #AFAFAF. Windows color (decimal): -10822233 or 11001178. OLE color: 11001178.
HSL color Cylindrical-coordinate representation of color #5ADDA7: hue angle of 155.27º degrees, saturation: 0.66, 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 #5ADDA7 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 167 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.13 |
| HSL | 155.27º | 0.66% | 0.61% | - |
| HSV(B) | 155.27º | 0.59% | 0.87% | - |
| XYZ | 37.05 | 56.68 | 45.55 | - |
| YUV | 175.68 | 123.1 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 167 | 0.59 | 0 | 0.24 | 0.13 | 155.27 | 0.66 | 0.61 |
| Hex | 5A | DD | A7 | 3B | 0 | 18 | D | 9B | 42 | 3D |
| Octal | 132 | 335 | 247 | 73 | 0 | 30 | 15 | 233 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10100111 | 111011 | 0 | 11000 | 1101 | 10011011 | 1000010 | 111101 |
Color Harmonies of #5ADDA7
Complementary color
Monochromatic Colors of #5ADDA7
Black with #5ADDA7
Text Example
Text Example
White with #5ADDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDA7; }
p { color: rgb(90,221,167); }
H1.HeaderClassName
{
color: #5ADDA7;
}
.AnyTagClassName
{
color: #5ADDA7;
}
</style>
background-color css
<style>
a { background-color: #5ADDA7; }
a { background-color: rgb(90,221,167); }
div.DivClassName
{
background-color: #5ADDA7;
}
.BgClassName
{
background-color: #5ADDA7;
}
</style>
border-color css
<style>
span { border-color: #5ADDA7; }
span { border-color: rgb(90,221,167); }
td.TdClassName
{
border-color: #5ADDA7;
}
.TagClassName
{
border-color: #5ADDA7;
}
</style>