Shades of Aquamarine #8FF9E1
Tints of Aquamarine #8FF9E1
RGB
CMYK
RGB Variations
Color information
#8FF9E1 (or 0x8FF9E1) is known color: Aquamarine. HEX triplet: 8F, F9 and E1. RGB value is (143,249,225). Sum of RGB (Red+Green+Blue) = 143+249+225=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF9E1 is #70061E. Grayscale: #D6D6D6. Windows color (decimal): -7341599 or 14809487. OLE color: 14809487.
HSL color Cylindrical-coordinate representation of color #8FF9E1: hue angle of 166.42º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FF9E1 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 249 | 225 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.02 |
| HSL | 166.42º | 0.9% | 0.77% | - |
| HSV(B) | 166.42º | 0.43% | 0.98% | - |
| XYZ | 58.79 | 79.03 | 83.39 | - |
| YUV | 214.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 249 | 225 | 0.43 | 0 | 0.10 | 0.02 | 166.42 | 0.9 | 0.77 |
| Hex | 8F | F9 | E1 | 2B | 0 | A | 2 | A6 | 5A | 4D |
| Octal | 217 | 371 | 341 | 53 | 0 | 12 | 2 | 246 | 132 | 115 |
| Binary | 10001111 | 11111001 | 11100001 | 101011 | 0 | 1010 | 10 | 10100110 | 1011010 | 1001101 |
Color Harmonies of #8FF9E1
Complementary color
Monochromatic Colors of #8FF9E1
Black with #8FF9E1
Text Example
Text Example
White with #8FF9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF9E1; }
p { color: rgb(143,249,225); }
H1.HeaderClassName
{
color: #8FF9E1;
}
.AnyTagClassName
{
color: #8FF9E1;
}
</style>
background-color css
<style>
a { background-color: #8FF9E1; }
a { background-color: rgb(143,249,225); }
div.DivClassName
{
background-color: #8FF9E1;
}
.BgClassName
{
background-color: #8FF9E1;
}
</style>
border-color css
<style>
span { border-color: #8FF9E1; }
span { border-color: rgb(143,249,225); }
td.TdClassName
{
border-color: #8FF9E1;
}
.TagClassName
{
border-color: #8FF9E1;
}
</style>