Shades of Aquamarine #8BEECC
Tints of Aquamarine #8BEECC
RGB
CMYK
RGB Variations
Color information
#8BEECC (or 0x8BEECC) is known color: Aquamarine. HEX triplet: 8B, EE and CC. RGB value is (139,238,204). Sum of RGB (Red+Green+Blue) = 139+238+204=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEECC is #741133. Grayscale: #CCCCCC. Windows color (decimal): -7606580 or 13430411. OLE color: 13430411.
HSL color Cylindrical-coordinate representation of color #8BEECC: hue angle of 159.39º 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 #8BEECC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 204 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.07 |
| HSL | 159.39º | 0.74% | 0.74% | - |
| HSV(B) | 159.39º | 0.42% | 0.93% | - |
| XYZ | 52.12 | 71 | 68.08 | - |
| YUV | 204.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 204 | 0.42 | 0 | 0.14 | 0.07 | 159.39 | 0.74 | 0.74 |
| Hex | 8B | EE | CC | 2A | 0 | E | 7 | 9F | 4A | 4A |
| Octal | 213 | 356 | 314 | 52 | 0 | 16 | 7 | 237 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11001100 | 101010 | 0 | 1110 | 111 | 10011111 | 1001010 | 1001010 |
Color Harmonies of #8BEECC
Complementary color
Monochromatic Colors of #8BEECC
Black with #8BEECC
Text Example
Text Example
White with #8BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEECC; }
p { color: rgb(139,238,204); }
H1.HeaderClassName
{
color: #8BEECC;
}
.AnyTagClassName
{
color: #8BEECC;
}
</style>
background-color css
<style>
a { background-color: #8BEECC; }
a { background-color: rgb(139,238,204); }
div.DivClassName
{
background-color: #8BEECC;
}
.BgClassName
{
background-color: #8BEECC;
}
</style>
border-color css
<style>
span { border-color: #8BEECC; }
span { border-color: rgb(139,238,204); }
td.TdClassName
{
border-color: #8BEECC;
}
.TagClassName
{
border-color: #8BEECC;
}
</style>