Shades of Aquamarine #8AF6E1
Tints of Aquamarine #8AF6E1
RGB
CMYK
RGB Variations
Color information
#8AF6E1 (or 0x8AF6E1) is known color: Aquamarine. HEX triplet: 8A, F6 and E1. RGB value is (138,246,225). Sum of RGB (Red+Green+Blue) = 138+246+225=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF6E1 is #75091E. Grayscale: #D3D3D3. Windows color (decimal): -7670047 or 14808714. OLE color: 14808714.
HSL color Cylindrical-coordinate representation of color #8AF6E1: hue angle of 168.33º 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 #8AF6E1 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 225 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.04 |
| HSL | 168.33º | 0.86% | 0.75% | - |
| HSV(B) | 168.33º | 0.44% | 0.96% | - |
| XYZ | 57.03 | 76.75 | 83.04 | - |
| YUV | 211.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 225 | 0.44 | 0 | 0.09 | 0.04 | 168.33 | 0.86 | 0.75 |
| Hex | 8A | F6 | E1 | 2C | 0 | 9 | 4 | A8 | 56 | 4B |
| Octal | 212 | 366 | 341 | 54 | 0 | 11 | 4 | 250 | 126 | 113 |
| Binary | 10001010 | 11110110 | 11100001 | 101100 | 0 | 1001 | 100 | 10101000 | 1010110 | 1001011 |
Color Harmonies of #8AF6E1
Complementary color
Monochromatic Colors of #8AF6E1
Black with #8AF6E1
Text Example
Text Example
White with #8AF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF6E1; }
p { color: rgb(138,246,225); }
H1.HeaderClassName
{
color: #8AF6E1;
}
.AnyTagClassName
{
color: #8AF6E1;
}
</style>
background-color css
<style>
a { background-color: #8AF6E1; }
a { background-color: rgb(138,246,225); }
div.DivClassName
{
background-color: #8AF6E1;
}
.BgClassName
{
background-color: #8AF6E1;
}
</style>
border-color css
<style>
span { border-color: #8AF6E1; }
span { border-color: rgb(138,246,225); }
td.TdClassName
{
border-color: #8AF6E1;
}
.TagClassName
{
border-color: #8AF6E1;
}
</style>