Shades of Aquamarine #8AF9BA
Tints of Aquamarine #8AF9BA
RGB
CMYK
RGB Variations
Color information
#8AF9BA (or 0x8AF9BA) is known color: Aquamarine. HEX triplet: 8A, F9 and BA. RGB value is (138,249,186). Sum of RGB (Red+Green+Blue) = 138+249+186=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9BA is #750645. Grayscale: #D0D0D0. Windows color (decimal): -7669318 or 12253578. OLE color: 12253578.
HSL color Cylindrical-coordinate representation of color #8AF9BA: hue angle of 145.95º degrees, saturation: 0.9, 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 #8AF9BA is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 186 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.02 |
| HSL | 145.95º | 0.9% | 0.76% | - |
| HSV(B) | 145.95º | 0.45% | 0.98% | - |
| XYZ | 53.22 | 76.7 | 58.45 | - |
| YUV | 208.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 186 | 0.45 | 0 | 0.25 | 0.02 | 145.95 | 0.9 | 0.76 |
| Hex | 8A | F9 | BA | 2D | 0 | 19 | 2 | 92 | 5A | 4C |
| Octal | 212 | 371 | 272 | 55 | 0 | 31 | 2 | 222 | 132 | 114 |
| Binary | 10001010 | 11111001 | 10111010 | 101101 | 0 | 11001 | 10 | 10010010 | 1011010 | 1001100 |
Color Harmonies of #8AF9BA
Complementary color
Monochromatic Colors of #8AF9BA
Black with #8AF9BA
Text Example
Text Example
White with #8AF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9BA; }
p { color: rgb(138,249,186); }
H1.HeaderClassName
{
color: #8AF9BA;
}
.AnyTagClassName
{
color: #8AF9BA;
}
</style>
background-color css
<style>
a { background-color: #8AF9BA; }
a { background-color: rgb(138,249,186); }
div.DivClassName
{
background-color: #8AF9BA;
}
.BgClassName
{
background-color: #8AF9BA;
}
</style>
border-color css
<style>
span { border-color: #8AF9BA; }
span { border-color: rgb(138,249,186); }
td.TdClassName
{
border-color: #8AF9BA;
}
.TagClassName
{
border-color: #8AF9BA;
}
</style>