Shades of Aquamarine #8BFEDA
Tints of Aquamarine #8BFEDA
RGB
CMYK
RGB Variations
Color information
#8BFEDA (or 0x8BFEDA) is known color: Aquamarine. HEX triplet: 8B, FE and DA. RGB value is (139,254,218). Sum of RGB (Red+Green+Blue) = 139+254+218=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEDA is #740125. Grayscale: #D7D7D7. Windows color (decimal): -7602470 or 14352011. OLE color: 14352011.
HSL color Cylindrical-coordinate representation of color #8BFEDA: hue angle of 161.22º 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 #8BFEDA is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 218 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.00 |
| HSL | 161.22º | 0.98% | 0.77% | - |
| HSV(B) | 161.22º | 0.45% | 1% | - |
| XYZ | 58.74 | 81.43 | 78.95 | - |
| YUV | 215.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 218 | 0.45 | 0 | 0.14 | 0.00 | 161.22 | 0.98 | 0.77 |
| Hex | 8B | FE | DA | 2D | 0 | E | 0 | A1 | 62 | 4D |
| Octal | 213 | 376 | 332 | 55 | 0 | 16 | 0 | 241 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11011010 | 101101 | 0 | 1110 | 0 | 10100001 | 1100010 | 1001101 |
Color Harmonies of #8BFEDA
Complementary color
Monochromatic Colors of #8BFEDA
Black with #8BFEDA
Text Example
Text Example
White with #8BFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFEDA; }
p { color: rgb(139,254,218); }
H1.HeaderClassName
{
color: #8BFEDA;
}
.AnyTagClassName
{
color: #8BFEDA;
}
</style>
background-color css
<style>
a { background-color: #8BFEDA; }
a { background-color: rgb(139,254,218); }
div.DivClassName
{
background-color: #8BFEDA;
}
.BgClassName
{
background-color: #8BFEDA;
}
</style>
border-color css
<style>
span { border-color: #8BFEDA; }
span { border-color: rgb(139,254,218); }
td.TdClassName
{
border-color: #8BFEDA;
}
.TagClassName
{
border-color: #8BFEDA;
}
</style>