Shades of Aquamarine #8FFEEA
Tints of Aquamarine #8FFEEA
RGB
CMYK
RGB Variations
Color information
#8FFEEA (or 0x8FFEEA) is known color: Aquamarine. HEX triplet: 8F, FE and EA. RGB value is (143,254,234). Sum of RGB (Red+Green+Blue) = 143+254+234=631 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.66% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEEA is #700115. Grayscale: #DADADA. Windows color (decimal): -7340310 or 15400591. OLE color: 15400591.
HSL color Cylindrical-coordinate representation of color #8FFEEA: hue angle of 169.19º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEEA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 234 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.00 |
| HSL | 169.19º | 0.98% | 0.78% | - |
| HSV(B) | 169.19º | 0.44% | 1% | - |
| XYZ | 61.62 | 82.66 | 90.55 | - |
| YUV | 218.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 234 | 0.44 | 0 | 0.08 | 0.00 | 169.19 | 0.98 | 0.78 |
| Hex | 8F | FE | EA | 2C | 0 | 8 | 0 | A9 | 62 | 4E |
| Octal | 217 | 376 | 352 | 54 | 0 | 10 | 0 | 251 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11101010 | 101100 | 0 | 1000 | 0 | 10101001 | 1100010 | 1001110 |
Color Harmonies of #8FFEEA
Complementary color
Monochromatic Colors of #8FFEEA
Black with #8FFEEA
Text Example
Text Example
White with #8FFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEEA; }
p { color: rgb(143,254,234); }
H1.HeaderClassName
{
color: #8FFEEA;
}
.AnyTagClassName
{
color: #8FFEEA;
}
</style>
background-color css
<style>
a { background-color: #8FFEEA; }
a { background-color: rgb(143,254,234); }
div.DivClassName
{
background-color: #8FFEEA;
}
.BgClassName
{
background-color: #8FFEEA;
}
</style>
border-color css
<style>
span { border-color: #8FFEEA; }
span { border-color: rgb(143,254,234); }
td.TdClassName
{
border-color: #8FFEEA;
}
.TagClassName
{
border-color: #8FFEEA;
}
</style>