Shades of Medium Aquamarine #5AFD9A
Tints of Medium Aquamarine #5AFD9A
RGB
CMYK
RGB Variations
Color information
#5AFD9A (or 0x5AFD9A) is known color: Medium Aquamarine. HEX triplet: 5A, FD and 9A. RGB value is (90,253,154). Sum of RGB (Red+Green+Blue) = 90+253+154=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFD9A is #A50265. Grayscale: #C1C1C1. Windows color (decimal): -10814054 or 10157402. OLE color: 10157402.
HSL color Cylindrical-coordinate representation of color #5AFD9A: hue angle of 143.56º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFD9A is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 154 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.01 |
| HSL | 143.56º | 0.98% | 0.67% | - |
| HSV(B) | 143.56º | 0.64% | 0.99% | - |
| XYZ | 45.17 | 74.76 | 42.62 | - |
| YUV | 192.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 154 | 0.64 | 0 | 0.39 | 0.01 | 143.56 | 0.98 | 0.67 |
| Hex | 5A | FD | 9A | 40 | 0 | 27 | 1 | 90 | 62 | 43 |
| Octal | 132 | 375 | 232 | 100 | 0 | 47 | 1 | 220 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10011010 | 1000000 | 0 | 100111 | 1 | 10010000 | 1100010 | 1000011 |
Color Harmonies of #5AFD9A
Complementary color
Monochromatic Colors of #5AFD9A
Black with #5AFD9A
Text Example
Text Example
White with #5AFD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD9A; }
p { color: rgb(90,253,154); }
H1.HeaderClassName
{
color: #5AFD9A;
}
.AnyTagClassName
{
color: #5AFD9A;
}
</style>
background-color css
<style>
a { background-color: #5AFD9A; }
a { background-color: rgb(90,253,154); }
div.DivClassName
{
background-color: #5AFD9A;
}
.BgClassName
{
background-color: #5AFD9A;
}
</style>
border-color css
<style>
span { border-color: #5AFD9A; }
span { border-color: rgb(90,253,154); }
td.TdClassName
{
border-color: #5AFD9A;
}
.TagClassName
{
border-color: #5AFD9A;
}
</style>