Shades of Aquamarine #8BFFDB
Tints of Aquamarine #8BFFDB
RGB
CMYK
RGB Variations
Color information
#8BFFDB (or 0x8BFFDB) is known color: Aquamarine. HEX triplet: 8B, FF and DB. RGB value is (139,255,219). Sum of RGB (Red+Green+Blue) = 139+255+219=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFFDB is #740024. Grayscale: #D8D8D8. Windows color (decimal): -7602213 or 14417803. OLE color: 14417803.
HSL color Cylindrical-coordinate representation of color #8BFFDB: hue angle of 161.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFFDB is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 219 | - |
| CMYK | 0.45 | 0 | 0.14 | 0 |
| HSL | 161.38º | 1% | 0.77% | - |
| HSV(B) | 161.38º | 0.45% | 1% | - |
| XYZ | 59.19 | 82.12 | 79.75 | - |
| YUV | 216.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 219 | 0.45 | 0 | 0.14 | 0 | 161.38 | 1 | 0.77 |
| Hex | 8B | FF | DB | 2D | 0 | E | 0 | A1 | 64 | 4D |
| Octal | 213 | 377 | 333 | 55 | 0 | 16 | 0 | 241 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11011011 | 101101 | 0 | 1110 | 0 | 10100001 | 1100100 | 1001101 |
Color Harmonies of #8BFFDB
Complementary color
Monochromatic Colors of #8BFFDB
Black with #8BFFDB
Text Example
Text Example
White with #8BFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFDB; }
p { color: rgb(139,255,219); }
H1.HeaderClassName
{
color: #8BFFDB;
}
.AnyTagClassName
{
color: #8BFFDB;
}
</style>
background-color css
<style>
a { background-color: #8BFFDB; }
a { background-color: rgb(139,255,219); }
div.DivClassName
{
background-color: #8BFFDB;
}
.BgClassName
{
background-color: #8BFFDB;
}
</style>
border-color css
<style>
span { border-color: #8BFFDB; }
span { border-color: rgb(139,255,219); }
td.TdClassName
{
border-color: #8BFFDB;
}
.TagClassName
{
border-color: #8BFFDB;
}
</style>