Shades of Aquamarine #8EFACE
Tints of Aquamarine #8EFACE
RGB
CMYK
RGB Variations
Color information
#8EFACE (or 0x8EFACE) is known color: Aquamarine. HEX triplet: 8E, FA and CE. RGB value is (142,250,206). Sum of RGB (Red+Green+Blue) = 142+250+206=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFACE is #710531. Grayscale: #D4D4D4. Windows color (decimal): -7406898 or 13564558. OLE color: 13564558.
HSL color Cylindrical-coordinate representation of color #8EFACE: hue angle of 155.56º degrees, saturation: 0.92, 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 #8EFACE is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 250 | 206 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.02 |
| HSL | 155.56º | 0.92% | 0.77% | - |
| HSV(B) | 155.56º | 0.43% | 0.98% | - |
| XYZ | 56.48 | 78.58 | 70.58 | - |
| YUV | 212.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 250 | 206 | 0.43 | 0 | 0.18 | 0.02 | 155.56 | 0.92 | 0.77 |
| Hex | 8E | FA | CE | 2B | 0 | 12 | 2 | 9C | 5C | 4D |
| Octal | 216 | 372 | 316 | 53 | 0 | 22 | 2 | 234 | 134 | 115 |
| Binary | 10001110 | 11111010 | 11001110 | 101011 | 0 | 10010 | 10 | 10011100 | 1011100 | 1001101 |
Color Harmonies of #8EFACE
Complementary color
Monochromatic Colors of #8EFACE
Black with #8EFACE
Text Example
Text Example
White with #8EFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFACE; }
p { color: rgb(142,250,206); }
H1.HeaderClassName
{
color: #8EFACE;
}
.AnyTagClassName
{
color: #8EFACE;
}
</style>
background-color css
<style>
a { background-color: #8EFACE; }
a { background-color: rgb(142,250,206); }
div.DivClassName
{
background-color: #8EFACE;
}
.BgClassName
{
background-color: #8EFACE;
}
</style>
border-color css
<style>
span { border-color: #8EFACE; }
span { border-color: rgb(142,250,206); }
td.TdClassName
{
border-color: #8EFACE;
}
.TagClassName
{
border-color: #8EFACE;
}
</style>