Shades of Aquamarine #8EFBDB
Tints of Aquamarine #8EFBDB
RGB
CMYK
RGB Variations
Color information
#8EFBDB (or 0x8EFBDB) is known color: Aquamarine. HEX triplet: 8E, FB and DB. RGB value is (142,251,219). Sum of RGB (Red+Green+Blue) = 142+251+219=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBDB is #710424. Grayscale: #D6D6D6. Windows color (decimal): -7406629 or 14416782. OLE color: 14416782.
HSL color Cylindrical-coordinate representation of color #8EFBDB: hue angle of 162.39º degrees, saturation: 0.93, 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 #8EFBDB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 219 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.02 |
| HSL | 162.39º | 0.93% | 0.77% | - |
| HSV(B) | 162.39º | 0.43% | 0.98% | - |
| XYZ | 58.44 | 79.86 | 79.35 | - |
| YUV | 214.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 219 | 0.43 | 0 | 0.13 | 0.02 | 162.39 | 0.93 | 0.77 |
| Hex | 8E | FB | DB | 2B | 0 | D | 2 | A2 | 5D | 4D |
| Octal | 216 | 373 | 333 | 53 | 0 | 15 | 2 | 242 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11011011 | 101011 | 0 | 1101 | 10 | 10100010 | 1011101 | 1001101 |
Color Harmonies of #8EFBDB
Complementary color
Monochromatic Colors of #8EFBDB
Black with #8EFBDB
Text Example
Text Example
White with #8EFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBDB; }
p { color: rgb(142,251,219); }
H1.HeaderClassName
{
color: #8EFBDB;
}
.AnyTagClassName
{
color: #8EFBDB;
}
</style>
background-color css
<style>
a { background-color: #8EFBDB; }
a { background-color: rgb(142,251,219); }
div.DivClassName
{
background-color: #8EFBDB;
}
.BgClassName
{
background-color: #8EFBDB;
}
</style>
border-color css
<style>
span { border-color: #8EFBDB; }
span { border-color: rgb(142,251,219); }
td.TdClassName
{
border-color: #8EFBDB;
}
.TagClassName
{
border-color: #8EFBDB;
}
</style>