Shades of Aquamarine #8DFEBB
Tints of Aquamarine #8DFEBB
RGB
CMYK
RGB Variations
Color information
#8DFEBB (or 0x8DFEBB) is known color: Aquamarine. HEX triplet: 8D, FE and BB. RGB value is (141,254,187). Sum of RGB (Red+Green+Blue) = 141+254+187=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEBB is #720144. Grayscale: #D4D4D4. Windows color (decimal): -7471429 or 12320397. OLE color: 12320397.
HSL color Cylindrical-coordinate representation of color #8DFEBB: hue angle of 144.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEBB is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 187 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.00 |
| HSL | 144.42º | 0.98% | 0.77% | - |
| HSV(B) | 144.42º | 0.44% | 1% | - |
| XYZ | 55.4 | 80.13 | 59.56 | - |
| YUV | 212.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 187 | 0.44 | 0 | 0.26 | 0.00 | 144.42 | 0.98 | 0.77 |
| Hex | 8D | FE | BB | 2C | 0 | 1A | 0 | 90 | 62 | 4D |
| Octal | 215 | 376 | 273 | 54 | 0 | 32 | 0 | 220 | 142 | 115 |
| Binary | 10001101 | 11111110 | 10111011 | 101100 | 0 | 11010 | 0 | 10010000 | 1100010 | 1001101 |
Color Harmonies of #8DFEBB
Complementary color
Monochromatic Colors of #8DFEBB
Black with #8DFEBB
Text Example
Text Example
White with #8DFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFEBB; }
p { color: rgb(141,254,187); }
H1.HeaderClassName
{
color: #8DFEBB;
}
.AnyTagClassName
{
color: #8DFEBB;
}
</style>
background-color css
<style>
a { background-color: #8DFEBB; }
a { background-color: rgb(141,254,187); }
div.DivClassName
{
background-color: #8DFEBB;
}
.BgClassName
{
background-color: #8DFEBB;
}
</style>
border-color css
<style>
span { border-color: #8DFEBB; }
span { border-color: rgb(141,254,187); }
td.TdClassName
{
border-color: #8DFEBB;
}
.TagClassName
{
border-color: #8DFEBB;
}
</style>