Shades of Aquamarine #5AFABD
Tints of Aquamarine #5AFABD
RGB
CMYK
RGB Variations
Color information
#5AFABD (or 0x5AFABD) is known color: Aquamarine. HEX triplet: 5A, FA and BD. RGB value is (90,250,189). Sum of RGB (Red+Green+Blue) = 90+250+189=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFABD is #A50542. Grayscale: #C3C3C3. Windows color (decimal): -10814787 or 12450394. OLE color: 12450394.
HSL color Cylindrical-coordinate representation of color #5AFABD: hue angle of 157.12º degrees, saturation: 0.94, 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 #5AFABD is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 189 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.02 |
| HSL | 157.13º | 0.94% | 0.67% | - |
| HSV(B) | 157.13º | 0.64% | 0.98% | - |
| XYZ | 47.59 | 74.22 | 59.96 | - |
| YUV | 195.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 189 | 0.64 | 0 | 0.24 | 0.02 | 157.13 | 0.94 | 0.67 |
| Hex | 5A | FA | BD | 40 | 0 | 18 | 2 | 9D | 5E | 43 |
| Octal | 132 | 372 | 275 | 100 | 0 | 30 | 2 | 235 | 136 | 103 |
| Binary | 1011010 | 11111010 | 10111101 | 1000000 | 0 | 11000 | 10 | 10011101 | 1011110 | 1000011 |
Color Harmonies of #5AFABD
Complementary color
Monochromatic Colors of #5AFABD
Black with #5AFABD
Text Example
Text Example
White with #5AFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFABD; }
p { color: rgb(90,250,189); }
H1.HeaderClassName
{
color: #5AFABD;
}
.AnyTagClassName
{
color: #5AFABD;
}
</style>
background-color css
<style>
a { background-color: #5AFABD; }
a { background-color: rgb(90,250,189); }
div.DivClassName
{
background-color: #5AFABD;
}
.BgClassName
{
background-color: #5AFABD;
}
</style>
border-color css
<style>
span { border-color: #5AFABD; }
span { border-color: rgb(90,250,189); }
td.TdClassName
{
border-color: #5AFABD;
}
.TagClassName
{
border-color: #5AFABD;
}
</style>