Shades of Aquamarine #5AFABB
Tints of Aquamarine #5AFABB
RGB
CMYK
RGB Variations
Color information
#5AFABB (or 0x5AFABB) is known color: Aquamarine. HEX triplet: 5A, FA and BB. RGB value is (90,250,187). Sum of RGB (Red+Green+Blue) = 90+250+187=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFABB is #A50544. Grayscale: #C3C3C3. Windows color (decimal): -10814789 or 12319322. OLE color: 12319322.
HSL color Cylindrical-coordinate representation of color #5AFABB: hue angle of 156.38º 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 #5AFABB is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 187 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.02 |
| HSL | 156.38º | 0.94% | 0.67% | - |
| HSV(B) | 156.38º | 0.64% | 0.98% | - |
| XYZ | 47.37 | 74.13 | 58.83 | - |
| YUV | 194.98 | 123.49 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 187 | 0.64 | 0 | 0.25 | 0.02 | 156.38 | 0.94 | 0.67 |
| Hex | 5A | FA | BB | 40 | 0 | 19 | 2 | 9C | 5E | 43 |
| Octal | 132 | 372 | 273 | 100 | 0 | 31 | 2 | 234 | 136 | 103 |
| Binary | 1011010 | 11111010 | 10111011 | 1000000 | 0 | 11001 | 10 | 10011100 | 1011110 | 1000011 |
Color Harmonies of #5AFABB
Complementary color
Monochromatic Colors of #5AFABB
Black with #5AFABB
Text Example
Text Example
White with #5AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFABB; }
p { color: rgb(90,250,187); }
H1.HeaderClassName
{
color: #5AFABB;
}
.AnyTagClassName
{
color: #5AFABB;
}
</style>
background-color css
<style>
a { background-color: #5AFABB; }
a { background-color: rgb(90,250,187); }
div.DivClassName
{
background-color: #5AFABB;
}
.BgClassName
{
background-color: #5AFABB;
}
</style>
border-color css
<style>
span { border-color: #5AFABB; }
span { border-color: rgb(90,250,187); }
td.TdClassName
{
border-color: #5AFABB;
}
.TagClassName
{
border-color: #5AFABB;
}
</style>