Shades of Aquamarine #8BEEDB
Tints of Aquamarine #8BEEDB
RGB
CMYK
RGB Variations
Color information
#8BEEDB (or 0x8BEEDB) is known color: Aquamarine. HEX triplet: 8B, EE and DB. RGB value is (139,238,219). Sum of RGB (Red+Green+Blue) = 139+238+219=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEDB is #741124. Grayscale: #CECECE. Windows color (decimal): -7606565 or 14413451. OLE color: 14413451.
HSL color Cylindrical-coordinate representation of color #8BEEDB: hue angle of 168.48º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEDB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 219 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.07 |
| HSL | 168.48º | 0.74% | 0.74% | - |
| HSV(B) | 168.48º | 0.42% | 0.93% | - |
| XYZ | 54.01 | 71.75 | 78.02 | - |
| YUV | 206.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 219 | 0.42 | 0 | 0.08 | 0.07 | 168.48 | 0.74 | 0.74 |
| Hex | 8B | EE | DB | 2A | 0 | 8 | 7 | A8 | 4A | 4A |
| Octal | 213 | 356 | 333 | 52 | 0 | 10 | 7 | 250 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11011011 | 101010 | 0 | 1000 | 111 | 10101000 | 1001010 | 1001010 |
Color Harmonies of #8BEEDB
Complementary color
Monochromatic Colors of #8BEEDB
Black with #8BEEDB
Text Example
Text Example
White with #8BEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEDB; }
p { color: rgb(139,238,219); }
H1.HeaderClassName
{
color: #8BEEDB;
}
.AnyTagClassName
{
color: #8BEEDB;
}
</style>
background-color css
<style>
a { background-color: #8BEEDB; }
a { background-color: rgb(139,238,219); }
div.DivClassName
{
background-color: #8BEEDB;
}
.BgClassName
{
background-color: #8BEEDB;
}
</style>
border-color css
<style>
span { border-color: #8BEEDB; }
span { border-color: rgb(139,238,219); }
td.TdClassName
{
border-color: #8BEEDB;
}
.TagClassName
{
border-color: #8BEEDB;
}
</style>