Shades of Aquamarine #5AFCBA
Tints of Aquamarine #5AFCBA
RGB
CMYK
RGB Variations
Color information
#5AFCBA (or 0x5AFCBA) is known color: Aquamarine. HEX triplet: 5A, FC and BA. RGB value is (90,252,186). Sum of RGB (Red+Green+Blue) = 90+252+186=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFCBA is #A50345. Grayscale: #C4C4C4. Windows color (decimal): -10814278 or 12254298. OLE color: 12254298.
HSL color Cylindrical-coordinate representation of color #5AFCBA: hue angle of 155.56º degrees, saturation: 0.96, 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 #5AFCBA is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 186 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.01 |
| HSL | 155.56º | 0.96% | 0.67% | - |
| HSV(B) | 155.56º | 0.64% | 0.99% | - |
| XYZ | 47.89 | 75.34 | 58.47 | - |
| YUV | 196.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 186 | 0.64 | 0 | 0.26 | 0.01 | 155.56 | 0.96 | 0.67 |
| Hex | 5A | FC | BA | 40 | 0 | 1A | 1 | 9C | 60 | 43 |
| Octal | 132 | 374 | 272 | 100 | 0 | 32 | 1 | 234 | 140 | 103 |
| Binary | 1011010 | 11111100 | 10111010 | 1000000 | 0 | 11010 | 1 | 10011100 | 1100000 | 1000011 |
Color Harmonies of #5AFCBA
Complementary color
Monochromatic Colors of #5AFCBA
Black with #5AFCBA
Text Example
Text Example
White with #5AFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCBA; }
p { color: rgb(90,252,186); }
H1.HeaderClassName
{
color: #5AFCBA;
}
.AnyTagClassName
{
color: #5AFCBA;
}
</style>
background-color css
<style>
a { background-color: #5AFCBA; }
a { background-color: rgb(90,252,186); }
div.DivClassName
{
background-color: #5AFCBA;
}
.BgClassName
{
background-color: #5AFCBA;
}
</style>
border-color css
<style>
span { border-color: #5AFCBA; }
span { border-color: rgb(90,252,186); }
td.TdClassName
{
border-color: #5AFCBA;
}
.TagClassName
{
border-color: #5AFCBA;
}
</style>