Shades of Medium Aquamarine #5AF498
Tints of Medium Aquamarine #5AF498
RGB
CMYK
RGB Variations
Color information
#5AF498 (or 0x5AF498) is known color: Medium Aquamarine. HEX triplet: 5A, F4 and 98. RGB value is (90,244,152). Sum of RGB (Red+Green+Blue) = 90+244+152=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF498 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF498 is #A50B67. Grayscale: #BBBBBB. Windows color (decimal): -10816360 or 10024026. OLE color: 10024026.
HSL color Cylindrical-coordinate representation of color #5AF498: hue angle of 144.16º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF498 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 152 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.04 |
| HSL | 144.16º | 0.88% | 0.65% | - |
| HSV(B) | 144.16º | 0.63% | 0.96% | - |
| XYZ | 42.23 | 69.14 | 40.83 | - |
| YUV | 187.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 152 | 0.63 | 0 | 0.38 | 0.04 | 144.16 | 0.88 | 0.65 |
| Hex | 5A | F4 | 98 | 3F | 0 | 26 | 4 | 90 | 58 | 41 |
| Octal | 132 | 364 | 230 | 77 | 0 | 46 | 4 | 220 | 130 | 101 |
| Binary | 1011010 | 11110100 | 10011000 | 111111 | 0 | 100110 | 100 | 10010000 | 1011000 | 1000001 |
Color Harmonies of #5AF498
Complementary color
Monochromatic Colors of #5AF498
Black with #5AF498
Text Example
Text Example
White with #5AF498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF498; }
p { color: rgb(90,244,152); }
H1.HeaderClassName
{
color: #5AF498;
}
.AnyTagClassName
{
color: #5AF498;
}
</style>
background-color css
<style>
a { background-color: #5AF498; }
a { background-color: rgb(90,244,152); }
div.DivClassName
{
background-color: #5AF498;
}
.BgClassName
{
background-color: #5AF498;
}
</style>
border-color css
<style>
span { border-color: #5AF498; }
span { border-color: rgb(90,244,152); }
td.TdClassName
{
border-color: #5AF498;
}
.TagClassName
{
border-color: #5AF498;
}
</style>