Shades of Aquamarine #86EEDB
Tints of Aquamarine #86EEDB
RGB
CMYK
RGB Variations
Color information
#86EEDB (or 0x86EEDB) is known color: Aquamarine. HEX triplet: 86, EE and DB. RGB value is (134,238,219). Sum of RGB (Red+Green+Blue) = 134+238+219=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEDB is #791124. Grayscale: #CCCCCC. Windows color (decimal): -7934245 or 14413446. OLE color: 14413446.
HSL color Cylindrical-coordinate representation of color #86EEDB: hue angle of 169.04º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEDB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 219 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 169.04º | 0.75% | 0.73% | - |
| HSV(B) | 169.04º | 0.44% | 0.93% | - |
| XYZ | 53.19 | 71.33 | 77.98 | - |
| YUV | 204.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 219 | 0.44 | 0 | 0.08 | 0.07 | 169.04 | 0.75 | 0.73 |
| Hex | 86 | EE | DB | 2C | 0 | 8 | 7 | A9 | 4B | 49 |
| Octal | 206 | 356 | 333 | 54 | 0 | 10 | 7 | 251 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11011011 | 101100 | 0 | 1000 | 111 | 10101001 | 1001011 | 1001001 |
Color Harmonies of #86EEDB
Complementary color
Monochromatic Colors of #86EEDB
Black with #86EEDB
Text Example
Text Example
White with #86EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEDB; }
p { color: rgb(134,238,219); }
H1.HeaderClassName
{
color: #86EEDB;
}
.AnyTagClassName
{
color: #86EEDB;
}
</style>
background-color css
<style>
a { background-color: #86EEDB; }
a { background-color: rgb(134,238,219); }
div.DivClassName
{
background-color: #86EEDB;
}
.BgClassName
{
background-color: #86EEDB;
}
</style>
border-color css
<style>
span { border-color: #86EEDB; }
span { border-color: rgb(134,238,219); }
td.TdClassName
{
border-color: #86EEDB;
}
.TagClassName
{
border-color: #86EEDB;
}
</style>