Shades of Aquamarine #5AFDBA
Tints of Aquamarine #5AFDBA
RGB
CMYK
RGB Variations
Color information
#5AFDBA (or 0x5AFDBA) is known color: Aquamarine. HEX triplet: 5A, FD and BA. RGB value is (90,253,186). Sum of RGB (Red+Green+Blue) = 90+253+186=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDBA is #A50245. Grayscale: #C4C4C4. Windows color (decimal): -10814022 or 12254554. OLE color: 12254554.
HSL color Cylindrical-coordinate representation of color #5AFDBA: hue angle of 155.34º 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 #5AFDBA is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 186 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.01 |
| HSL | 155.34º | 0.98% | 0.67% | - |
| HSV(B) | 155.34º | 0.64% | 0.99% | - |
| XYZ | 48.2 | 75.97 | 58.58 | - |
| YUV | 196.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 186 | 0.64 | 0 | 0.26 | 0.01 | 155.34 | 0.98 | 0.67 |
| Hex | 5A | FD | BA | 40 | 0 | 1A | 1 | 9B | 62 | 43 |
| Octal | 132 | 375 | 272 | 100 | 0 | 32 | 1 | 233 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10111010 | 1000000 | 0 | 11010 | 1 | 10011011 | 1100010 | 1000011 |
Color Harmonies of #5AFDBA
Complementary color
Monochromatic Colors of #5AFDBA
Black with #5AFDBA
Text Example
Text Example
White with #5AFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDBA; }
p { color: rgb(90,253,186); }
H1.HeaderClassName
{
color: #5AFDBA;
}
.AnyTagClassName
{
color: #5AFDBA;
}
</style>
background-color css
<style>
a { background-color: #5AFDBA; }
a { background-color: rgb(90,253,186); }
div.DivClassName
{
background-color: #5AFDBA;
}
.BgClassName
{
background-color: #5AFDBA;
}
</style>
border-color css
<style>
span { border-color: #5AFDBA; }
span { border-color: rgb(90,253,186); }
td.TdClassName
{
border-color: #5AFDBA;
}
.TagClassName
{
border-color: #5AFDBA;
}
</style>