Shades of Aquamarine #8CFEDB
Tints of Aquamarine #8CFEDB
RGB
CMYK
RGB Variations
Color information
#8CFEDB (or 0x8CFEDB) is known color: Aquamarine. HEX triplet: 8C, FE and DB. RGB value is (140,254,219). Sum of RGB (Red+Green+Blue) = 140+254+219=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEDB is #730124. Grayscale: #D7D7D7. Windows color (decimal): -7536933 or 14417548. OLE color: 14417548.
HSL color Cylindrical-coordinate representation of color #8CFEDB: hue angle of 161.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEDB is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 219 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.00 |
| HSL | 161.58º | 0.98% | 0.77% | - |
| HSV(B) | 161.58º | 0.45% | 1% | - |
| XYZ | 59.04 | 81.57 | 79.65 | - |
| YUV | 215.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 219 | 0.45 | 0 | 0.14 | 0.00 | 161.58 | 0.98 | 0.77 |
| Hex | 8C | FE | DB | 2D | 0 | E | 0 | A2 | 62 | 4D |
| Octal | 214 | 376 | 333 | 55 | 0 | 16 | 0 | 242 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11011011 | 101101 | 0 | 1110 | 0 | 10100010 | 1100010 | 1001101 |
Color Harmonies of #8CFEDB
Complementary color
Monochromatic Colors of #8CFEDB
Black with #8CFEDB
Text Example
Text Example
White with #8CFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEDB; }
p { color: rgb(140,254,219); }
H1.HeaderClassName
{
color: #8CFEDB;
}
.AnyTagClassName
{
color: #8CFEDB;
}
</style>
background-color css
<style>
a { background-color: #8CFEDB; }
a { background-color: rgb(140,254,219); }
div.DivClassName
{
background-color: #8CFEDB;
}
.BgClassName
{
background-color: #8CFEDB;
}
</style>
border-color css
<style>
span { border-color: #8CFEDB; }
span { border-color: rgb(140,254,219); }
td.TdClassName
{
border-color: #8CFEDB;
}
.TagClassName
{
border-color: #8CFEDB;
}
</style>