Shades of Medium Aquamarine #5AE09B
Tints of Medium Aquamarine #5AE09B
RGB
CMYK
RGB Variations
Color information
#5AE09B (or 0x5AE09B) is known color: Medium Aquamarine. HEX triplet: 5A, E0 and 9B. RGB value is (90,224,155). Sum of RGB (Red+Green+Blue) = 90+224+155=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE09B is #A51F64. Grayscale: #B0B0B0. Windows color (decimal): -10821477 or 10215514. OLE color: 10215514.
HSL color Cylindrical-coordinate representation of color #5AE09B: hue angle of 149.1º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE09B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 155 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.12 |
| HSL | 149.1º | 0.68% | 0.62% | - |
| HSV(B) | 149.1º | 0.6% | 0.88% | - |
| XYZ | 36.79 | 57.85 | 40.24 | - |
| YUV | 176.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 155 | 0.60 | 0 | 0.31 | 0.12 | 149.1 | 0.68 | 0.62 |
| Hex | 5A | E0 | 9B | 3C | 0 | 1F | C | 95 | 44 | 3E |
| Octal | 132 | 340 | 233 | 74 | 0 | 37 | 14 | 225 | 104 | 76 |
| Binary | 1011010 | 11100000 | 10011011 | 111100 | 0 | 11111 | 1100 | 10010101 | 1000100 | 111110 |
Color Harmonies of #5AE09B
Complementary color
Monochromatic Colors of #5AE09B
Black with #5AE09B
Text Example
Text Example
White with #5AE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE09B; }
p { color: rgb(90,224,155); }
H1.HeaderClassName
{
color: #5AE09B;
}
.AnyTagClassName
{
color: #5AE09B;
}
</style>
background-color css
<style>
a { background-color: #5AE09B; }
a { background-color: rgb(90,224,155); }
div.DivClassName
{
background-color: #5AE09B;
}
.BgClassName
{
background-color: #5AE09B;
}
</style>
border-color css
<style>
span { border-color: #5AE09B; }
span { border-color: rgb(90,224,155); }
td.TdClassName
{
border-color: #5AE09B;
}
.TagClassName
{
border-color: #5AE09B;
}
</style>