Shades of Aquamarine #8BF2DB
Tints of Aquamarine #8BF2DB
RGB
CMYK
RGB Variations
Color information
#8BF2DB (or 0x8BF2DB) is known color: Aquamarine. HEX triplet: 8B, F2 and DB. RGB value is (139,242,219). Sum of RGB (Red+Green+Blue) = 139+242+219=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2DB is #740D24. Grayscale: #D0D0D0. Windows color (decimal): -7605541 or 14414475. OLE color: 14414475.
HSL color Cylindrical-coordinate representation of color #8BF2DB: hue angle of 166.6º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2DB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 219 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.05 |
| HSL | 166.6º | 0.8% | 0.75% | - |
| HSV(B) | 166.6º | 0.43% | 0.95% | - |
| XYZ | 55.19 | 74.11 | 78.41 | - |
| YUV | 208.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 219 | 0.43 | 0 | 0.10 | 0.05 | 166.6 | 0.8 | 0.75 |
| Hex | 8B | F2 | DB | 2B | 0 | A | 5 | A7 | 50 | 4B |
| Octal | 213 | 362 | 333 | 53 | 0 | 12 | 5 | 247 | 120 | 113 |
| Binary | 10001011 | 11110010 | 11011011 | 101011 | 0 | 1010 | 101 | 10100111 | 1010000 | 1001011 |
Color Harmonies of #8BF2DB
Complementary color
Monochromatic Colors of #8BF2DB
Black with #8BF2DB
Text Example
Text Example
White with #8BF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF2DB; }
p { color: rgb(139,242,219); }
H1.HeaderClassName
{
color: #8BF2DB;
}
.AnyTagClassName
{
color: #8BF2DB;
}
</style>
background-color css
<style>
a { background-color: #8BF2DB; }
a { background-color: rgb(139,242,219); }
div.DivClassName
{
background-color: #8BF2DB;
}
.BgClassName
{
background-color: #8BF2DB;
}
</style>
border-color css
<style>
span { border-color: #8BF2DB; }
span { border-color: rgb(139,242,219); }
td.TdClassName
{
border-color: #8BF2DB;
}
.TagClassName
{
border-color: #8BF2DB;
}
</style>