Shades of Aquamarine #8AFFE2
Tints of Aquamarine #8AFFE2
RGB
CMYK
RGB Variations
Color information
#8AFFE2 (or 0x8AFFE2) is known color: Aquamarine. HEX triplet: 8A, FF and E2. RGB value is (138,255,226). Sum of RGB (Red+Green+Blue) = 138+255+226=619 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.29% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFE2 is #75001D. Grayscale: #D8D8D8. Windows color (decimal): -7667742 or 14876554. OLE color: 14876554.
HSL color Cylindrical-coordinate representation of color #8AFFE2: hue angle of 165.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFE2 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 226 | - |
| CMYK | 0.46 | 0 | 0.11 | 0 |
| HSL | 165.13º | 1% | 0.77% | - |
| HSV(B) | 165.13º | 0.46% | 1% | - |
| XYZ | 59.97 | 82.41 | 84.7 | - |
| YUV | 216.71 | 133.24 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 226 | 0.46 | 0 | 0.11 | 0 | 165.13 | 1 | 0.77 |
| Hex | 8A | FF | E2 | 2E | 0 | B | 0 | A5 | 64 | 4D |
| Octal | 212 | 377 | 342 | 56 | 0 | 13 | 0 | 245 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11100010 | 101110 | 0 | 1011 | 0 | 10100101 | 1100100 | 1001101 |
Color Harmonies of #8AFFE2
Complementary color
Monochromatic Colors of #8AFFE2
Black with #8AFFE2
Text Example
Text Example
White with #8AFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFE2; }
p { color: rgb(138,255,226); }
H1.HeaderClassName
{
color: #8AFFE2;
}
.AnyTagClassName
{
color: #8AFFE2;
}
</style>
background-color css
<style>
a { background-color: #8AFFE2; }
a { background-color: rgb(138,255,226); }
div.DivClassName
{
background-color: #8AFFE2;
}
.BgClassName
{
background-color: #8AFFE2;
}
</style>
border-color css
<style>
span { border-color: #8AFFE2; }
span { border-color: rgb(138,255,226); }
td.TdClassName
{
border-color: #8AFFE2;
}
.TagClassName
{
border-color: #8AFFE2;
}
</style>