Shades of Aquamarine #8AF6C2
Tints of Aquamarine #8AF6C2
RGB
CMYK
RGB Variations
Color information
#8AF6C2 (or 0x8AF6C2) is known color: Aquamarine. HEX triplet: 8A, F6 and C2. RGB value is (138,246,194). Sum of RGB (Red+Green+Blue) = 138+246+194=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6C2 is #75093D. Grayscale: #CFCFCF. Windows color (decimal): -7670078 or 12777098. OLE color: 12777098.
HSL color Cylindrical-coordinate representation of color #8AF6C2: hue angle of 151.11º 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 #8AF6C2 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 194 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.04 |
| HSL | 151.11º | 0.86% | 0.75% | - |
| HSV(B) | 151.11º | 0.44% | 0.96% | - |
| XYZ | 53.17 | 75.21 | 62.75 | - |
| YUV | 207.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 194 | 0.44 | 0 | 0.21 | 0.04 | 151.11 | 0.86 | 0.75 |
| Hex | 8A | F6 | C2 | 2C | 0 | 15 | 4 | 97 | 56 | 4B |
| Octal | 212 | 366 | 302 | 54 | 0 | 25 | 4 | 227 | 126 | 113 |
| Binary | 10001010 | 11110110 | 11000010 | 101100 | 0 | 10101 | 100 | 10010111 | 1010110 | 1001011 |
Color Harmonies of #8AF6C2
Complementary color
Monochromatic Colors of #8AF6C2
Black with #8AF6C2
Text Example
Text Example
White with #8AF6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF6C2; }
p { color: rgb(138,246,194); }
H1.HeaderClassName
{
color: #8AF6C2;
}
.AnyTagClassName
{
color: #8AF6C2;
}
</style>
background-color css
<style>
a { background-color: #8AF6C2; }
a { background-color: rgb(138,246,194); }
div.DivClassName
{
background-color: #8AF6C2;
}
.BgClassName
{
background-color: #8AF6C2;
}
</style>
border-color css
<style>
span { border-color: #8AF6C2; }
span { border-color: rgb(138,246,194); }
td.TdClassName
{
border-color: #8AF6C2;
}
.TagClassName
{
border-color: #8AF6C2;
}
</style>