Shades of Aquamarine #8AFAB9
Tints of Aquamarine #8AFAB9
RGB
CMYK
RGB Variations
Color information
#8AFAB9 (or 0x8AFAB9) is known color: Aquamarine. HEX triplet: 8A, FA and B9. RGB value is (138,250,185). Sum of RGB (Red+Green+Blue) = 138+250+185=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAB9 is #750546. Grayscale: #D1D1D1. Windows color (decimal): -7669063 or 12188298. OLE color: 12188298.
HSL color Cylindrical-coordinate representation of color #8AFAB9: hue angle of 145.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAB9 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 185 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.02 |
| HSL | 145.18º | 0.92% | 0.76% | - |
| HSV(B) | 145.18º | 0.45% | 0.98% | - |
| XYZ | 53.42 | 77.28 | 58 | - |
| YUV | 209.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 185 | 0.45 | 0 | 0.26 | 0.02 | 145.18 | 0.92 | 0.76 |
| Hex | 8A | FA | B9 | 2D | 0 | 1A | 2 | 91 | 5C | 4C |
| Octal | 212 | 372 | 271 | 55 | 0 | 32 | 2 | 221 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10111001 | 101101 | 0 | 11010 | 10 | 10010001 | 1011100 | 1001100 |
Color Harmonies of #8AFAB9
Complementary color
Monochromatic Colors of #8AFAB9
Black with #8AFAB9
Text Example
Text Example
White with #8AFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAB9; }
p { color: rgb(138,250,185); }
H1.HeaderClassName
{
color: #8AFAB9;
}
.AnyTagClassName
{
color: #8AFAB9;
}
</style>
background-color css
<style>
a { background-color: #8AFAB9; }
a { background-color: rgb(138,250,185); }
div.DivClassName
{
background-color: #8AFAB9;
}
.BgClassName
{
background-color: #8AFAB9;
}
</style>
border-color css
<style>
span { border-color: #8AFAB9; }
span { border-color: rgb(138,250,185); }
td.TdClassName
{
border-color: #8AFAB9;
}
.TagClassName
{
border-color: #8AFAB9;
}
</style>