Shades of Aquamarine #8BEED9
Tints of Aquamarine #8BEED9
RGB
CMYK
RGB Variations
Color information
#8BEED9 (or 0x8BEED9) is known color: Aquamarine. HEX triplet: 8B, EE and D9. RGB value is (139,238,217). Sum of RGB (Red+Green+Blue) = 139+238+217=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEED9 is #741126. Grayscale: #CDCDCD. Windows color (decimal): -7606567 or 14282379. OLE color: 14282379.
HSL color Cylindrical-coordinate representation of color #8BEED9: hue angle of 167.27º 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 #8BEED9 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 217 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.07 |
| HSL | 167.27º | 0.74% | 0.74% | - |
| HSV(B) | 167.27º | 0.42% | 0.93% | - |
| XYZ | 53.75 | 71.65 | 76.64 | - |
| YUV | 206.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 217 | 0.42 | 0 | 0.09 | 0.07 | 167.27 | 0.74 | 0.74 |
| Hex | 8B | EE | D9 | 2A | 0 | 9 | 7 | A7 | 4A | 4A |
| Octal | 213 | 356 | 331 | 52 | 0 | 11 | 7 | 247 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11011001 | 101010 | 0 | 1001 | 111 | 10100111 | 1001010 | 1001010 |
Color Harmonies of #8BEED9
Complementary color
Monochromatic Colors of #8BEED9
Black with #8BEED9
Text Example
Text Example
White with #8BEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEED9; }
p { color: rgb(139,238,217); }
H1.HeaderClassName
{
color: #8BEED9;
}
.AnyTagClassName
{
color: #8BEED9;
}
</style>
background-color css
<style>
a { background-color: #8BEED9; }
a { background-color: rgb(139,238,217); }
div.DivClassName
{
background-color: #8BEED9;
}
.BgClassName
{
background-color: #8BEED9;
}
</style>
border-color css
<style>
span { border-color: #8BEED9; }
span { border-color: rgb(139,238,217); }
td.TdClassName
{
border-color: #8BEED9;
}
.TagClassName
{
border-color: #8BEED9;
}
</style>