Shades of Aquamarine #8AF6BA
Tints of Aquamarine #8AF6BA
RGB
CMYK
RGB Variations
Color information
#8AF6BA (or 0x8AF6BA) is known color: Aquamarine. HEX triplet: 8A, F6 and BA. RGB value is (138,246,186). Sum of RGB (Red+Green+Blue) = 138+246+186=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6BA is #750945. Grayscale: #CFCFCF. Windows color (decimal): -7670086 or 12252810. OLE color: 12252810.
HSL color Cylindrical-coordinate representation of color #8AF6BA: hue angle of 146.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF6BA is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 186 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.04 |
| HSL | 146.67º | 0.86% | 0.75% | - |
| HSV(B) | 146.67º | 0.44% | 0.96% | - |
| XYZ | 52.3 | 74.86 | 58.15 | - |
| YUV | 206.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 186 | 0.44 | 0 | 0.24 | 0.04 | 146.67 | 0.86 | 0.75 |
| Hex | 8A | F6 | BA | 2C | 0 | 18 | 4 | 93 | 56 | 4B |
| Octal | 212 | 366 | 272 | 54 | 0 | 30 | 4 | 223 | 126 | 113 |
| Binary | 10001010 | 11110110 | 10111010 | 101100 | 0 | 11000 | 100 | 10010011 | 1010110 | 1001011 |
Color Harmonies of #8AF6BA
Complementary color
Monochromatic Colors of #8AF6BA
Black with #8AF6BA
Text Example
Text Example
White with #8AF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF6BA; }
p { color: rgb(138,246,186); }
H1.HeaderClassName
{
color: #8AF6BA;
}
.AnyTagClassName
{
color: #8AF6BA;
}
</style>
background-color css
<style>
a { background-color: #8AF6BA; }
a { background-color: rgb(138,246,186); }
div.DivClassName
{
background-color: #8AF6BA;
}
.BgClassName
{
background-color: #8AF6BA;
}
</style>
border-color css
<style>
span { border-color: #8AF6BA; }
span { border-color: rgb(138,246,186); }
td.TdClassName
{
border-color: #8AF6BA;
}
.TagClassName
{
border-color: #8AF6BA;
}
</style>