Shades of Aquamarine #8AFFE8
Tints of Aquamarine #8AFFE8
RGB
CMYK
RGB Variations
Color information
#8AFFE8 (or 0x8AFFE8) is known color: Aquamarine. HEX triplet: 8A, FF and E8. RGB value is (138,255,232). Sum of RGB (Red+Green+Blue) = 138+255+232=625 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.08% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFE8 is #750017. Grayscale: #D9D9D9. Windows color (decimal): -7667736 or 15269770. OLE color: 15269770.
HSL color Cylindrical-coordinate representation of color #8AFFE8: hue angle of 168.21º 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 #8AFFE8 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 232 | - |
| CMYK | 0.46 | 0 | 0.09 | 0 |
| HSL | 168.21º | 1% | 0.77% | - |
| HSV(B) | 168.21º | 0.46% | 1% | - |
| XYZ | 60.81 | 82.75 | 89.11 | - |
| YUV | 217.4 | 136.24 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 232 | 0.46 | 0 | 0.09 | 0 | 168.21 | 1 | 0.77 |
| Hex | 8A | FF | E8 | 2E | 0 | 9 | 0 | A8 | 64 | 4D |
| Octal | 212 | 377 | 350 | 56 | 0 | 11 | 0 | 250 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11101000 | 101110 | 0 | 1001 | 0 | 10101000 | 1100100 | 1001101 |
Color Harmonies of #8AFFE8
Complementary color
Monochromatic Colors of #8AFFE8
Black with #8AFFE8
Text Example
Text Example
White with #8AFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFE8; }
p { color: rgb(138,255,232); }
H1.HeaderClassName
{
color: #8AFFE8;
}
.AnyTagClassName
{
color: #8AFFE8;
}
</style>
background-color css
<style>
a { background-color: #8AFFE8; }
a { background-color: rgb(138,255,232); }
div.DivClassName
{
background-color: #8AFFE8;
}
.BgClassName
{
background-color: #8AFFE8;
}
</style>
border-color css
<style>
span { border-color: #8AFFE8; }
span { border-color: rgb(138,255,232); }
td.TdClassName
{
border-color: #8AFFE8;
}
.TagClassName
{
border-color: #8AFFE8;
}
</style>