Shades of Aquamarine #8BFBDB
Tints of Aquamarine #8BFBDB
RGB
CMYK
RGB Variations
Color information
#8BFBDB (or 0x8BFBDB) is known color: Aquamarine. HEX triplet: 8B, FB and DB. RGB value is (139,251,219). Sum of RGB (Red+Green+Blue) = 139+251+219=609 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.82% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBDB is #740424. Grayscale: #D5D5D5. Windows color (decimal): -7603237 or 14416779. OLE color: 14416779.
HSL color Cylindrical-coordinate representation of color #8BFBDB: hue angle of 162.86º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFBDB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 219 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.02 |
| HSL | 162.86º | 0.93% | 0.76% | - |
| HSV(B) | 162.86º | 0.45% | 0.98% | - |
| XYZ | 57.93 | 79.6 | 79.33 | - |
| YUV | 213.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 219 | 0.45 | 0 | 0.13 | 0.02 | 162.86 | 0.93 | 0.76 |
| Hex | 8B | FB | DB | 2D | 0 | D | 2 | A3 | 5D | 4C |
| Octal | 213 | 373 | 333 | 55 | 0 | 15 | 2 | 243 | 135 | 114 |
| Binary | 10001011 | 11111011 | 11011011 | 101101 | 0 | 1101 | 10 | 10100011 | 1011101 | 1001100 |
Color Harmonies of #8BFBDB
Complementary color
Monochromatic Colors of #8BFBDB
Black with #8BFBDB
Text Example
Text Example
White with #8BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFBDB; }
p { color: rgb(139,251,219); }
H1.HeaderClassName
{
color: #8BFBDB;
}
.AnyTagClassName
{
color: #8BFBDB;
}
</style>
background-color css
<style>
a { background-color: #8BFBDB; }
a { background-color: rgb(139,251,219); }
div.DivClassName
{
background-color: #8BFBDB;
}
.BgClassName
{
background-color: #8BFBDB;
}
</style>
border-color css
<style>
span { border-color: #8BFBDB; }
span { border-color: rgb(139,251,219); }
td.TdClassName
{
border-color: #8BFBDB;
}
.TagClassName
{
border-color: #8BFBDB;
}
</style>