Shades of Aquamarine #8AFEE1
Tints of Aquamarine #8AFEE1
RGB
CMYK
RGB Variations
Color information
#8AFEE1 (or 0x8AFEE1) is known color: Aquamarine. HEX triplet: 8A, FE and E1. RGB value is (138,254,225). Sum of RGB (Red+Green+Blue) = 138+254+225=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEE1 is #75011E. Grayscale: #D8D8D8. Windows color (decimal): -7667999 or 14810762. OLE color: 14810762.
HSL color Cylindrical-coordinate representation of color #8AFEE1: hue angle of 165º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEE1 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 225 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.00 |
| HSL | 165º | 0.98% | 0.77% | - |
| HSV(B) | 165º | 0.46% | 1% | - |
| XYZ | 59.51 | 81.72 | 83.87 | - |
| YUV | 216.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 225 | 0.46 | 0 | 0.11 | 0.00 | 165 | 0.98 | 0.77 |
| Hex | 8A | FE | E1 | 2E | 0 | B | 0 | A5 | 62 | 4D |
| Octal | 212 | 376 | 341 | 56 | 0 | 13 | 0 | 245 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11100001 | 101110 | 0 | 1011 | 0 | 10100101 | 1100010 | 1001101 |
Color Harmonies of #8AFEE1
Complementary color
Monochromatic Colors of #8AFEE1
Black with #8AFEE1
Text Example
Text Example
White with #8AFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEE1; }
p { color: rgb(138,254,225); }
H1.HeaderClassName
{
color: #8AFEE1;
}
.AnyTagClassName
{
color: #8AFEE1;
}
</style>
background-color css
<style>
a { background-color: #8AFEE1; }
a { background-color: rgb(138,254,225); }
div.DivClassName
{
background-color: #8AFEE1;
}
.BgClassName
{
background-color: #8AFEE1;
}
</style>
border-color css
<style>
span { border-color: #8AFEE1; }
span { border-color: rgb(138,254,225); }
td.TdClassName
{
border-color: #8AFEE1;
}
.TagClassName
{
border-color: #8AFEE1;
}
</style>