Shades of Aquamarine #5AFEC9
Tints of Aquamarine #5AFEC9
RGB
CMYK
RGB Variations
Color information
#5AFEC9 (or 0x5AFEC9) is known color: Aquamarine. HEX triplet: 5A, FE and C9. RGB value is (90,254,201). Sum of RGB (Red+Green+Blue) = 90+254+201=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEC9 is #A50136. Grayscale: #C6C6C6. Windows color (decimal): -10813751 or 13237850. OLE color: 13237850.
HSL color Cylindrical-coordinate representation of color #5AFEC9: hue angle of 160.61º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEC9 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 201 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.00 |
| HSL | 160.61º | 0.99% | 0.67% | - |
| HSV(B) | 160.61º | 0.65% | 1% | - |
| XYZ | 50.2 | 77.27 | 67.53 | - |
| YUV | 198.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 201 | 0.65 | 0 | 0.21 | 0.00 | 160.61 | 0.99 | 0.67 |
| Hex | 5A | FE | C9 | 41 | 0 | 15 | 0 | A1 | 63 | 43 |
| Octal | 132 | 376 | 311 | 101 | 0 | 25 | 0 | 241 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11001001 | 1000001 | 0 | 10101 | 0 | 10100001 | 1100011 | 1000011 |
Color Harmonies of #5AFEC9
Complementary color
Monochromatic Colors of #5AFEC9
Black with #5AFEC9
Text Example
Text Example
White with #5AFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEC9; }
p { color: rgb(90,254,201); }
H1.HeaderClassName
{
color: #5AFEC9;
}
.AnyTagClassName
{
color: #5AFEC9;
}
</style>
background-color css
<style>
a { background-color: #5AFEC9; }
a { background-color: rgb(90,254,201); }
div.DivClassName
{
background-color: #5AFEC9;
}
.BgClassName
{
background-color: #5AFEC9;
}
</style>
border-color css
<style>
span { border-color: #5AFEC9; }
span { border-color: rgb(90,254,201); }
td.TdClassName
{
border-color: #5AFEC9;
}
.TagClassName
{
border-color: #5AFEC9;
}
</style>