Shades of Aquamarine #8BFCDB
Tints of Aquamarine #8BFCDB
RGB
CMYK
RGB Variations
Color information
#8BFCDB (or 0x8BFCDB) is known color: Aquamarine. HEX triplet: 8B, FC and DB. RGB value is (139,252,219). Sum of RGB (Red+Green+Blue) = 139+252+219=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCDB is #740324. Grayscale: #D6D6D6. Windows color (decimal): -7602981 or 14417035. OLE color: 14417035.
HSL color Cylindrical-coordinate representation of color #8BFCDB: hue angle of 162.48º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCDB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 219 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.01 |
| HSL | 162.48º | 0.95% | 0.77% | - |
| HSV(B) | 162.48º | 0.45% | 0.99% | - |
| XYZ | 58.24 | 80.22 | 79.43 | - |
| YUV | 214.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 219 | 0.45 | 0 | 0.13 | 0.01 | 162.48 | 0.95 | 0.77 |
| Hex | 8B | FC | DB | 2D | 0 | D | 1 | A2 | 5F | 4D |
| Octal | 213 | 374 | 333 | 55 | 0 | 15 | 1 | 242 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11011011 | 101101 | 0 | 1101 | 1 | 10100010 | 1011111 | 1001101 |
Color Harmonies of #8BFCDB
Complementary color
Monochromatic Colors of #8BFCDB
Black with #8BFCDB
Text Example
Text Example
White with #8BFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCDB; }
p { color: rgb(139,252,219); }
H1.HeaderClassName
{
color: #8BFCDB;
}
.AnyTagClassName
{
color: #8BFCDB;
}
</style>
background-color css
<style>
a { background-color: #8BFCDB; }
a { background-color: rgb(139,252,219); }
div.DivClassName
{
background-color: #8BFCDB;
}
.BgClassName
{
background-color: #8BFCDB;
}
</style>
border-color css
<style>
span { border-color: #8BFCDB; }
span { border-color: rgb(139,252,219); }
td.TdClassName
{
border-color: #8BFCDB;
}
.TagClassName
{
border-color: #8BFCDB;
}
</style>