Shades of Aquamarine #8BEED8
Tints of Aquamarine #8BEED8
RGB
CMYK
RGB Variations
Color information
#8BEED8 (or 0x8BEED8) is known color: Aquamarine. HEX triplet: 8B, EE and D8. RGB value is (139,238,216). Sum of RGB (Red+Green+Blue) = 139+238+216=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEED8 is #741127. Grayscale: #CDCDCD. Windows color (decimal): -7606568 or 14216843. OLE color: 14216843.
HSL color Cylindrical-coordinate representation of color #8BEED8: hue angle of 166.67º 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 #8BEED8 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 216 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.07 |
| HSL | 166.67º | 0.74% | 0.74% | - |
| HSV(B) | 166.67º | 0.42% | 0.93% | - |
| XYZ | 53.62 | 71.6 | 75.96 | - |
| YUV | 205.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 216 | 0.42 | 0 | 0.09 | 0.07 | 166.67 | 0.74 | 0.74 |
| Hex | 8B | EE | D8 | 2A | 0 | 9 | 7 | A7 | 4A | 4A |
| Octal | 213 | 356 | 330 | 52 | 0 | 11 | 7 | 247 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11011000 | 101010 | 0 | 1001 | 111 | 10100111 | 1001010 | 1001010 |
Color Harmonies of #8BEED8
Complementary color
Monochromatic Colors of #8BEED8
Black with #8BEED8
Text Example
Text Example
White with #8BEED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEED8; }
p { color: rgb(139,238,216); }
H1.HeaderClassName
{
color: #8BEED8;
}
.AnyTagClassName
{
color: #8BEED8;
}
</style>
background-color css
<style>
a { background-color: #8BEED8; }
a { background-color: rgb(139,238,216); }
div.DivClassName
{
background-color: #8BEED8;
}
.BgClassName
{
background-color: #8BEED8;
}
</style>
border-color css
<style>
span { border-color: #8BEED8; }
span { border-color: rgb(139,238,216); }
td.TdClassName
{
border-color: #8BEED8;
}
.TagClassName
{
border-color: #8BEED8;
}
</style>