Shades of Aquamarine #86EDDB
Tints of Aquamarine #86EDDB
RGB
CMYK
RGB Variations
Color information
#86EDDB (or 0x86EDDB) is known color: Aquamarine. HEX triplet: 86, ED and DB. RGB value is (134,237,219). Sum of RGB (Red+Green+Blue) = 134+237+219=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDDB is #791224. Grayscale: #CCCCCC. Windows color (decimal): -7934501 or 14413190. OLE color: 14413190.
HSL color Cylindrical-coordinate representation of color #86EDDB: hue angle of 169.51º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EDDB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 219 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.07 |
| HSL | 169.51º | 0.74% | 0.73% | - |
| HSV(B) | 169.51º | 0.43% | 0.93% | - |
| XYZ | 52.9 | 70.75 | 77.89 | - |
| YUV | 204.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 219 | 0.43 | 0 | 0.08 | 0.07 | 169.51 | 0.74 | 0.73 |
| Hex | 86 | ED | DB | 2B | 0 | 8 | 7 | AA | 4A | 49 |
| Octal | 206 | 355 | 333 | 53 | 0 | 10 | 7 | 252 | 112 | 111 |
| Binary | 10000110 | 11101101 | 11011011 | 101011 | 0 | 1000 | 111 | 10101010 | 1001010 | 1001001 |
Color Harmonies of #86EDDB
Complementary color
Monochromatic Colors of #86EDDB
Black with #86EDDB
Text Example
Text Example
White with #86EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDDB; }
p { color: rgb(134,237,219); }
H1.HeaderClassName
{
color: #86EDDB;
}
.AnyTagClassName
{
color: #86EDDB;
}
</style>
background-color css
<style>
a { background-color: #86EDDB; }
a { background-color: rgb(134,237,219); }
div.DivClassName
{
background-color: #86EDDB;
}
.BgClassName
{
background-color: #86EDDB;
}
</style>
border-color css
<style>
span { border-color: #86EDDB; }
span { border-color: rgb(134,237,219); }
td.TdClassName
{
border-color: #86EDDB;
}
.TagClassName
{
border-color: #86EDDB;
}
</style>