Shades of Aquamarine #8EF3E5
Tints of Aquamarine #8EF3E5
RGB
CMYK
RGB Variations
Color information
#8EF3E5 (or 0x8EF3E5) is known color: Aquamarine. HEX triplet: 8E, F3 and E5. RGB value is (142,243,229). Sum of RGB (Red+Green+Blue) = 142+243+229=614 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.13% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF3E5 is #710C1A. Grayscale: #D3D3D3. Windows color (decimal): -7408667 or 15070094. OLE color: 15070094.
HSL color Cylindrical-coordinate representation of color #8EF3E5: hue angle of 171.68º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF3E5 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 243 | 229 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.05 |
| HSL | 171.68º | 0.81% | 0.75% | - |
| HSV(B) | 171.68º | 0.42% | 0.95% | - |
| XYZ | 57.35 | 75.51 | 85.68 | - |
| YUV | 211.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 243 | 229 | 0.42 | 0 | 0.06 | 0.05 | 171.68 | 0.81 | 0.75 |
| Hex | 8E | F3 | E5 | 2A | 0 | 6 | 5 | AC | 51 | 4B |
| Octal | 216 | 363 | 345 | 52 | 0 | 6 | 5 | 254 | 121 | 113 |
| Binary | 10001110 | 11110011 | 11100101 | 101010 | 0 | 110 | 101 | 10101100 | 1010001 | 1001011 |
Color Harmonies of #8EF3E5
Complementary color
Monochromatic Colors of #8EF3E5
Black with #8EF3E5
Text Example
Text Example
White with #8EF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF3E5; }
p { color: rgb(142,243,229); }
H1.HeaderClassName
{
color: #8EF3E5;
}
.AnyTagClassName
{
color: #8EF3E5;
}
</style>
background-color css
<style>
a { background-color: #8EF3E5; }
a { background-color: rgb(142,243,229); }
div.DivClassName
{
background-color: #8EF3E5;
}
.BgClassName
{
background-color: #8EF3E5;
}
</style>
border-color css
<style>
span { border-color: #8EF3E5; }
span { border-color: rgb(142,243,229); }
td.TdClassName
{
border-color: #8EF3E5;
}
.TagClassName
{
border-color: #8EF3E5;
}
</style>