Shades of Medium Aquamarine #5AFB9A
Tints of Medium Aquamarine #5AFB9A
RGB
CMYK
RGB Variations
Color information
#5AFB9A (or 0x5AFB9A) is known color: Medium Aquamarine. HEX triplet: 5A, FB and 9A. RGB value is (90,251,154). Sum of RGB (Red+Green+Blue) = 90+251+154=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB9A is #A50465. Grayscale: #C0C0C0. Windows color (decimal): -10814566 or 10156890. OLE color: 10156890.
HSL color Cylindrical-coordinate representation of color #5AFB9A: hue angle of 143.85º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFB9A is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 154 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.02 |
| HSL | 143.85º | 0.95% | 0.67% | - |
| HSV(B) | 143.85º | 0.64% | 0.98% | - |
| XYZ | 44.55 | 73.5 | 42.41 | - |
| YUV | 191.8 | 106.66 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 154 | 0.64 | 0 | 0.39 | 0.02 | 143.85 | 0.95 | 0.67 |
| Hex | 5A | FB | 9A | 40 | 0 | 27 | 2 | 90 | 5F | 43 |
| Octal | 132 | 373 | 232 | 100 | 0 | 47 | 2 | 220 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10011010 | 1000000 | 0 | 100111 | 10 | 10010000 | 1011111 | 1000011 |
Color Harmonies of #5AFB9A
Complementary color
Monochromatic Colors of #5AFB9A
Black with #5AFB9A
Text Example
Text Example
White with #5AFB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB9A; }
p { color: rgb(90,251,154); }
H1.HeaderClassName
{
color: #5AFB9A;
}
.AnyTagClassName
{
color: #5AFB9A;
}
</style>
background-color css
<style>
a { background-color: #5AFB9A; }
a { background-color: rgb(90,251,154); }
div.DivClassName
{
background-color: #5AFB9A;
}
.BgClassName
{
background-color: #5AFB9A;
}
</style>
border-color css
<style>
span { border-color: #5AFB9A; }
span { border-color: rgb(90,251,154); }
td.TdClassName
{
border-color: #5AFB9A;
}
.TagClassName
{
border-color: #5AFB9A;
}
</style>