Shades of Aquamarine #8CEEDB
Tints of Aquamarine #8CEEDB
RGB
CMYK
RGB Variations
Color information
#8CEEDB (or 0x8CEEDB) is known color: Aquamarine. HEX triplet: 8C, EE and DB. RGB value is (140,238,219). Sum of RGB (Red+Green+Blue) = 140+238+219=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEDB is #731124. Grayscale: #CECECE. Windows color (decimal): -7541029 or 14413452. OLE color: 14413452.
HSL color Cylindrical-coordinate representation of color #8CEEDB: hue angle of 168.37º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEDB is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 219 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.07 |
| HSL | 168.37º | 0.74% | 0.74% | - |
| HSV(B) | 168.37º | 0.41% | 0.93% | - |
| XYZ | 54.18 | 71.84 | 78.03 | - |
| YUV | 206.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 219 | 0.41 | 0 | 0.08 | 0.07 | 168.37 | 0.74 | 0.74 |
| Hex | 8C | EE | DB | 29 | 0 | 8 | 7 | A8 | 4A | 4A |
| Octal | 214 | 356 | 333 | 51 | 0 | 10 | 7 | 250 | 112 | 112 |
| Binary | 10001100 | 11101110 | 11011011 | 101001 | 0 | 1000 | 111 | 10101000 | 1001010 | 1001010 |
Color Harmonies of #8CEEDB
Complementary color
Monochromatic Colors of #8CEEDB
Black with #8CEEDB
Text Example
Text Example
White with #8CEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEDB; }
p { color: rgb(140,238,219); }
H1.HeaderClassName
{
color: #8CEEDB;
}
.AnyTagClassName
{
color: #8CEEDB;
}
</style>
background-color css
<style>
a { background-color: #8CEEDB; }
a { background-color: rgb(140,238,219); }
div.DivClassName
{
background-color: #8CEEDB;
}
.BgClassName
{
background-color: #8CEEDB;
}
</style>
border-color css
<style>
span { border-color: #8CEEDB; }
span { border-color: rgb(140,238,219); }
td.TdClassName
{
border-color: #8CEEDB;
}
.TagClassName
{
border-color: #8CEEDB;
}
</style>