Shades of Aquamarine #8EF9C5
Tints of Aquamarine #8EF9C5
RGB
CMYK
RGB Variations
Color information
#8EF9C5 (or 0x8EF9C5) is known color: Aquamarine. HEX triplet: 8E, F9 and C5. RGB value is (142,249,197). Sum of RGB (Red+Green+Blue) = 142+249+197=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF9C5 is #71063A. Grayscale: #D3D3D3. Windows color (decimal): -7407163 or 12974478. OLE color: 12974478.
HSL color Cylindrical-coordinate representation of color #8EF9C5: hue angle of 150.84º 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 #8EF9C5 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 249 | 197 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.02 |
| HSL | 150.84º | 0.9% | 0.77% | - |
| HSV(B) | 150.84º | 0.43% | 0.98% | - |
| XYZ | 55.11 | 77.53 | 64.88 | - |
| YUV | 211.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 249 | 197 | 0.43 | 0 | 0.21 | 0.02 | 150.84 | 0.9 | 0.77 |
| Hex | 8E | F9 | C5 | 2B | 0 | 15 | 2 | 97 | 5A | 4D |
| Octal | 216 | 371 | 305 | 53 | 0 | 25 | 2 | 227 | 132 | 115 |
| Binary | 10001110 | 11111001 | 11000101 | 101011 | 0 | 10101 | 10 | 10010111 | 1011010 | 1001101 |
Color Harmonies of #8EF9C5
Complementary color
Monochromatic Colors of #8EF9C5
Black with #8EF9C5
Text Example
Text Example
White with #8EF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF9C5; }
p { color: rgb(142,249,197); }
H1.HeaderClassName
{
color: #8EF9C5;
}
.AnyTagClassName
{
color: #8EF9C5;
}
</style>
background-color css
<style>
a { background-color: #8EF9C5; }
a { background-color: rgb(142,249,197); }
div.DivClassName
{
background-color: #8EF9C5;
}
.BgClassName
{
background-color: #8EF9C5;
}
</style>
border-color css
<style>
span { border-color: #8EF9C5; }
span { border-color: rgb(142,249,197); }
td.TdClassName
{
border-color: #8EF9C5;
}
.TagClassName
{
border-color: #8EF9C5;
}
</style>