Shades of Medium Aquamarine #5ADDAF
Tints of Medium Aquamarine #5ADDAF
RGB
CMYK
RGB Variations
Color information
#5ADDAF (or 0x5ADDAF) is known color: Medium Aquamarine. HEX triplet: 5A, DD and AF. RGB value is (90,221,175). Sum of RGB (Red+Green+Blue) = 90+221+175=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDAF is #A52250. Grayscale: #B0B0B0. Windows color (decimal): -10822225 or 11525466. OLE color: 11525466.
HSL color Cylindrical-coordinate representation of color #5ADDAF: hue angle of 158.93º 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 #5ADDAF is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 175 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.13 |
| HSL | 158.93º | 0.66% | 0.61% | - |
| HSV(B) | 158.93º | 0.59% | 0.87% | - |
| XYZ | 37.81 | 56.98 | 49.56 | - |
| YUV | 176.59 | 127.1 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 175 | 0.59 | 0 | 0.21 | 0.13 | 158.93 | 0.66 | 0.61 |
| Hex | 5A | DD | AF | 3B | 0 | 15 | D | 9F | 42 | 3D |
| Octal | 132 | 335 | 257 | 73 | 0 | 25 | 15 | 237 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10101111 | 111011 | 0 | 10101 | 1101 | 10011111 | 1000010 | 111101 |
Color Harmonies of #5ADDAF
Complementary color
Monochromatic Colors of #5ADDAF
Black with #5ADDAF
Text Example
Text Example
White with #5ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDAF; }
p { color: rgb(90,221,175); }
H1.HeaderClassName
{
color: #5ADDAF;
}
.AnyTagClassName
{
color: #5ADDAF;
}
</style>
background-color css
<style>
a { background-color: #5ADDAF; }
a { background-color: rgb(90,221,175); }
div.DivClassName
{
background-color: #5ADDAF;
}
.BgClassName
{
background-color: #5ADDAF;
}
</style>
border-color css
<style>
span { border-color: #5ADDAF; }
span { border-color: rgb(90,221,175); }
td.TdClassName
{
border-color: #5ADDAF;
}
.TagClassName
{
border-color: #5ADDAF;
}
</style>