Shades of Medium Aquamarine #5AFB9C
Tints of Medium Aquamarine #5AFB9C
RGB
CMYK
RGB Variations
Color information
#5AFB9C (or 0x5AFB9C) is known color: Medium Aquamarine. HEX triplet: 5A, FB and 9C. RGB value is (90,251,156). Sum of RGB (Red+Green+Blue) = 90+251+156=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB9C is #A50463. Grayscale: #C0C0C0. Windows color (decimal): -10814564 or 10287962. OLE color: 10287962.
HSL color Cylindrical-coordinate representation of color #5AFB9C: hue angle of 144.6º 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 #5AFB9C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 156 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.02 |
| HSL | 144.6º | 0.95% | 0.67% | - |
| HSV(B) | 144.6º | 0.64% | 0.98% | - |
| XYZ | 44.71 | 73.57 | 43.3 | - |
| YUV | 192.03 | 107.66 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 156 | 0.64 | 0 | 0.38 | 0.02 | 144.6 | 0.95 | 0.67 |
| Hex | 5A | FB | 9C | 40 | 0 | 26 | 2 | 91 | 5F | 43 |
| Octal | 132 | 373 | 234 | 100 | 0 | 46 | 2 | 221 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10011100 | 1000000 | 0 | 100110 | 10 | 10010001 | 1011111 | 1000011 |
Color Harmonies of #5AFB9C
Complementary color
Monochromatic Colors of #5AFB9C
Black with #5AFB9C
Text Example
Text Example
White with #5AFB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB9C; }
p { color: rgb(90,251,156); }
H1.HeaderClassName
{
color: #5AFB9C;
}
.AnyTagClassName
{
color: #5AFB9C;
}
</style>
background-color css
<style>
a { background-color: #5AFB9C; }
a { background-color: rgb(90,251,156); }
div.DivClassName
{
background-color: #5AFB9C;
}
.BgClassName
{
background-color: #5AFB9C;
}
</style>
border-color css
<style>
span { border-color: #5AFB9C; }
span { border-color: rgb(90,251,156); }
td.TdClassName
{
border-color: #5AFB9C;
}
.TagClassName
{
border-color: #5AFB9C;
}
</style>