Shades of Medium Aquamarine #5AFF98
Tints of Medium Aquamarine #5AFF98
RGB
CMYK
RGB Variations
Color information
#5AFF98 (or 0x5AFF98) is known color: Medium Aquamarine. HEX triplet: 5A, FF and 98. RGB value is (90,255,152). Sum of RGB (Red+Green+Blue) = 90+255+152=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFF98 is #A50067. Grayscale: #C2C2C2. Windows color (decimal): -10813544 or 10026842. OLE color: 10026842.
HSL color Cylindrical-coordinate representation of color #5AFF98: hue angle of 142.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFF98 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 152 | - |
| CMYK | 0.65 | 0 | 0.40 | 0 |
| HSL | 142.55º | 1% | 0.68% | - |
| HSV(B) | 142.55º | 0.65% | 1% | - |
| XYZ | 45.64 | 75.96 | 41.96 | - |
| YUV | 193.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 152 | 0.65 | 0 | 0.40 | 0 | 142.55 | 1 | 0.68 |
| Hex | 5A | FF | 98 | 41 | 0 | 28 | 0 | 8F | 64 | 44 |
| Octal | 132 | 377 | 230 | 101 | 0 | 50 | 0 | 217 | 144 | 104 |
| Binary | 1011010 | 11111111 | 10011000 | 1000001 | 0 | 101000 | 0 | 10001111 | 1100100 | 1000100 |
Color Harmonies of #5AFF98
Complementary color
Monochromatic Colors of #5AFF98
Black with #5AFF98
Text Example
Text Example
White with #5AFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF98; }
p { color: rgb(90,255,152); }
H1.HeaderClassName
{
color: #5AFF98;
}
.AnyTagClassName
{
color: #5AFF98;
}
</style>
background-color css
<style>
a { background-color: #5AFF98; }
a { background-color: rgb(90,255,152); }
div.DivClassName
{
background-color: #5AFF98;
}
.BgClassName
{
background-color: #5AFF98;
}
</style>
border-color css
<style>
span { border-color: #5AFF98; }
span { border-color: rgb(90,255,152); }
td.TdClassName
{
border-color: #5AFF98;
}
.TagClassName
{
border-color: #5AFF98;
}
</style>