Shades of Aquamarine #8BEED7
Tints of Aquamarine #8BEED7
RGB
CMYK
RGB Variations
Color information
#8BEED7 (or 0x8BEED7) is known color: Aquamarine. HEX triplet: 8B, EE and D7. RGB value is (139,238,215). Sum of RGB (Red+Green+Blue) = 139+238+215=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEED7 is #741128. Grayscale: #CDCDCD. Windows color (decimal): -7606569 or 14151307. OLE color: 14151307.
HSL color Cylindrical-coordinate representation of color #8BEED7: hue angle of 166.06º 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 #8BEED7 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 215 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.07 |
| HSL | 166.06º | 0.74% | 0.74% | - |
| HSV(B) | 166.06º | 0.42% | 0.93% | - |
| XYZ | 53.49 | 71.54 | 75.28 | - |
| YUV | 205.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 215 | 0.42 | 0 | 0.10 | 0.07 | 166.06 | 0.74 | 0.74 |
| Hex | 8B | EE | D7 | 2A | 0 | A | 7 | A6 | 4A | 4A |
| Octal | 213 | 356 | 327 | 52 | 0 | 12 | 7 | 246 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11010111 | 101010 | 0 | 1010 | 111 | 10100110 | 1001010 | 1001010 |
Color Harmonies of #8BEED7
Complementary color
Monochromatic Colors of #8BEED7
Black with #8BEED7
Text Example
Text Example
White with #8BEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEED7; }
p { color: rgb(139,238,215); }
H1.HeaderClassName
{
color: #8BEED7;
}
.AnyTagClassName
{
color: #8BEED7;
}
</style>
background-color css
<style>
a { background-color: #8BEED7; }
a { background-color: rgb(139,238,215); }
div.DivClassName
{
background-color: #8BEED7;
}
.BgClassName
{
background-color: #8BEED7;
}
</style>
border-color css
<style>
span { border-color: #8BEED7; }
span { border-color: rgb(139,238,215); }
td.TdClassName
{
border-color: #8BEED7;
}
.TagClassName
{
border-color: #8BEED7;
}
</style>