Shades of Medium Aquamarine #5AEFA8
Tints of Medium Aquamarine #5AEFA8
RGB
CMYK
RGB Variations
Color information
#5AEFA8 (or 0x5AEFA8) is known color: Medium Aquamarine. HEX triplet: 5A, EF and A8. RGB value is (90,239,168). Sum of RGB (Red+Green+Blue) = 90+239+168=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEFA8 is #A51057. Grayscale: #BABABA. Windows color (decimal): -10817624 or 11071322. OLE color: 11071322.
HSL color Cylindrical-coordinate representation of color #5AEFA8: hue angle of 151.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFA8 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 168 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.06 |
| HSL | 151.41º | 0.82% | 0.65% | - |
| HSV(B) | 151.41º | 0.62% | 0.94% | - |
| XYZ | 42.15 | 66.73 | 47.71 | - |
| YUV | 186.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 168 | 0.62 | 0 | 0.30 | 0.06 | 151.41 | 0.82 | 0.65 |
| Hex | 5A | EF | A8 | 3E | 0 | 1E | 6 | 97 | 52 | 41 |
| Octal | 132 | 357 | 250 | 76 | 0 | 36 | 6 | 227 | 122 | 101 |
| Binary | 1011010 | 11101111 | 10101000 | 111110 | 0 | 11110 | 110 | 10010111 | 1010010 | 1000001 |
Color Harmonies of #5AEFA8
Complementary color
Monochromatic Colors of #5AEFA8
Black with #5AEFA8
Text Example
Text Example
White with #5AEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFA8; }
p { color: rgb(90,239,168); }
H1.HeaderClassName
{
color: #5AEFA8;
}
.AnyTagClassName
{
color: #5AEFA8;
}
</style>
background-color css
<style>
a { background-color: #5AEFA8; }
a { background-color: rgb(90,239,168); }
div.DivClassName
{
background-color: #5AEFA8;
}
.BgClassName
{
background-color: #5AEFA8;
}
</style>
border-color css
<style>
span { border-color: #5AEFA8; }
span { border-color: rgb(90,239,168); }
td.TdClassName
{
border-color: #5AEFA8;
}
.TagClassName
{
border-color: #5AEFA8;
}
</style>