Shades of Aquamarine #8EF4E6
Tints of Aquamarine #8EF4E6
RGB
CMYK
RGB Variations
Color information
#8EF4E6 (or 0x8EF4E6) is known color: Aquamarine. HEX triplet: 8E, F4 and E6. RGB value is (142,244,230). Sum of RGB (Red+Green+Blue) = 142+244+230=616 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.05% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EF4E6 is #710B19. Grayscale: #D3D3D3. Windows color (decimal): -7408410 or 15135886. OLE color: 15135886.
HSL color Cylindrical-coordinate representation of color #8EF4E6: hue angle of 171.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4E6 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 230 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.04 |
| HSL | 171.76º | 0.82% | 0.76% | - |
| HSV(B) | 171.76º | 0.42% | 0.96% | - |
| XYZ | 57.79 | 76.17 | 86.52 | - |
| YUV | 211.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 230 | 0.42 | 0 | 0.06 | 0.04 | 171.76 | 0.82 | 0.76 |
| Hex | 8E | F4 | E6 | 2A | 0 | 6 | 4 | AC | 52 | 4C |
| Octal | 216 | 364 | 346 | 52 | 0 | 6 | 4 | 254 | 122 | 114 |
| Binary | 10001110 | 11110100 | 11100110 | 101010 | 0 | 110 | 100 | 10101100 | 1010010 | 1001100 |
Color Harmonies of #8EF4E6
Complementary color
Monochromatic Colors of #8EF4E6
Black with #8EF4E6
Text Example
Text Example
White with #8EF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF4E6; }
p { color: rgb(142,244,230); }
H1.HeaderClassName
{
color: #8EF4E6;
}
.AnyTagClassName
{
color: #8EF4E6;
}
</style>
background-color css
<style>
a { background-color: #8EF4E6; }
a { background-color: rgb(142,244,230); }
div.DivClassName
{
background-color: #8EF4E6;
}
.BgClassName
{
background-color: #8EF4E6;
}
</style>
border-color css
<style>
span { border-color: #8EF4E6; }
span { border-color: rgb(142,244,230); }
td.TdClassName
{
border-color: #8EF4E6;
}
.TagClassName
{
border-color: #8EF4E6;
}
</style>