Shades of Medium Aquamarine #5AF898
Tints of Medium Aquamarine #5AF898
RGB
CMYK
RGB Variations
Color information
#5AF898 (or 0x5AF898) is known color: Medium Aquamarine. HEX triplet: 5A, F8 and 98. RGB value is (90,248,152). Sum of RGB (Red+Green+Blue) = 90+248+152=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF898 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF898 is #A50767. Grayscale: #BEBEBE. Windows color (decimal): -10815336 or 10025050. OLE color: 10025050.
HSL color Cylindrical-coordinate representation of color #5AF898: hue angle of 143.54º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF898 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 152 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.03 |
| HSL | 143.54º | 0.92% | 0.66% | - |
| HSV(B) | 143.54º | 0.64% | 0.97% | - |
| XYZ | 43.45 | 71.58 | 41.23 | - |
| YUV | 189.81 | 106.65 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 152 | 0.64 | 0 | 0.39 | 0.03 | 143.54 | 0.92 | 0.66 |
| Hex | 5A | F8 | 98 | 40 | 0 | 27 | 3 | 90 | 5C | 42 |
| Octal | 132 | 370 | 230 | 100 | 0 | 47 | 3 | 220 | 134 | 102 |
| Binary | 1011010 | 11111000 | 10011000 | 1000000 | 0 | 100111 | 11 | 10010000 | 1011100 | 1000010 |
Color Harmonies of #5AF898
Complementary color
Monochromatic Colors of #5AF898
Black with #5AF898
Text Example
Text Example
White with #5AF898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF898; }
p { color: rgb(90,248,152); }
H1.HeaderClassName
{
color: #5AF898;
}
.AnyTagClassName
{
color: #5AF898;
}
</style>
background-color css
<style>
a { background-color: #5AF898; }
a { background-color: rgb(90,248,152); }
div.DivClassName
{
background-color: #5AF898;
}
.BgClassName
{
background-color: #5AF898;
}
</style>
border-color css
<style>
span { border-color: #5AF898; }
span { border-color: rgb(90,248,152); }
td.TdClassName
{
border-color: #5AF898;
}
.TagClassName
{
border-color: #5AF898;
}
</style>