Shades of Aquamarine #8AFABA
Tints of Aquamarine #8AFABA
RGB
CMYK
RGB Variations
Color information
#8AFABA (or 0x8AFABA) is known color: Aquamarine. HEX triplet: 8A, FA and BA. RGB value is (138,250,186). Sum of RGB (Red+Green+Blue) = 138+250+186=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFABA is #750545. Grayscale: #D1D1D1. Windows color (decimal): -7669062 or 12253834. OLE color: 12253834.
HSL color Cylindrical-coordinate representation of color #8AFABA: hue angle of 145.71º 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 #8AFABA is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 186 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.02 |
| HSL | 145.71º | 0.92% | 0.76% | - |
| HSV(B) | 145.71º | 0.45% | 0.98% | - |
| XYZ | 53.53 | 77.32 | 58.56 | - |
| YUV | 209.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 186 | 0.45 | 0 | 0.26 | 0.02 | 145.71 | 0.92 | 0.76 |
| Hex | 8A | FA | BA | 2D | 0 | 1A | 2 | 92 | 5C | 4C |
| Octal | 212 | 372 | 272 | 55 | 0 | 32 | 2 | 222 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10111010 | 101101 | 0 | 11010 | 10 | 10010010 | 1011100 | 1001100 |
Color Harmonies of #8AFABA
Complementary color
Monochromatic Colors of #8AFABA
Black with #8AFABA
Text Example
Text Example
White with #8AFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFABA; }
p { color: rgb(138,250,186); }
H1.HeaderClassName
{
color: #8AFABA;
}
.AnyTagClassName
{
color: #8AFABA;
}
</style>
background-color css
<style>
a { background-color: #8AFABA; }
a { background-color: rgb(138,250,186); }
div.DivClassName
{
background-color: #8AFABA;
}
.BgClassName
{
background-color: #8AFABA;
}
</style>
border-color css
<style>
span { border-color: #8AFABA; }
span { border-color: rgb(138,250,186); }
td.TdClassName
{
border-color: #8AFABA;
}
.TagClassName
{
border-color: #8AFABA;
}
</style>