Shades of Medium Aquamarine #5AE7B8
Tints of Medium Aquamarine #5AE7B8
RGB
CMYK
RGB Variations
Color information
#5AE7B8 (or 0x5AE7B8) is known color: Medium Aquamarine. HEX triplet: 5A, E7 and B8. RGB value is (90,231,184). Sum of RGB (Red+Green+Blue) = 90+231+184=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE7B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE7B8 is #A51847. Grayscale: #B7B7B7. Windows color (decimal): -10819656 or 12117850. OLE color: 12117850.
HSL color Cylindrical-coordinate representation of color #5AE7B8: hue angle of 160º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE7B8 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 231 | 184 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.09 |
| HSL | 160º | 0.75% | 0.63% | - |
| HSV(B) | 160º | 0.61% | 0.91% | - |
| XYZ | 41.44 | 62.79 | 55.28 | - |
| YUV | 183.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 231 | 184 | 0.61 | 0 | 0.20 | 0.09 | 160 | 0.75 | 0.63 |
| Hex | 5A | E7 | B8 | 3D | 0 | 14 | 9 | A0 | 4B | 3F |
| Octal | 132 | 347 | 270 | 75 | 0 | 24 | 11 | 240 | 113 | 77 |
| Binary | 1011010 | 11100111 | 10111000 | 111101 | 0 | 10100 | 1001 | 10100000 | 1001011 | 111111 |
Color Harmonies of #5AE7B8
Complementary color
Monochromatic Colors of #5AE7B8
Black with #5AE7B8
Text Example
Text Example
White with #5AE7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE7B8; }
p { color: rgb(90,231,184); }
H1.HeaderClassName
{
color: #5AE7B8;
}
.AnyTagClassName
{
color: #5AE7B8;
}
</style>
background-color css
<style>
a { background-color: #5AE7B8; }
a { background-color: rgb(90,231,184); }
div.DivClassName
{
background-color: #5AE7B8;
}
.BgClassName
{
background-color: #5AE7B8;
}
</style>
border-color css
<style>
span { border-color: #5AE7B8; }
span { border-color: rgb(90,231,184); }
td.TdClassName
{
border-color: #5AE7B8;
}
.TagClassName
{
border-color: #5AE7B8;
}
</style>