Shades of Aquamarine #86ECDA
Tints of Aquamarine #86ECDA
RGB
CMYK
RGB Variations
Color information
#86ECDA (or 0x86ECDA) is known color: Aquamarine. HEX triplet: 86, EC and DA. RGB value is (134,236,218). Sum of RGB (Red+Green+Blue) = 134+236+218=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECDA is #791325. Grayscale: #CBCBCB. Windows color (decimal): -7934758 or 14347398. OLE color: 14347398.
HSL color Cylindrical-coordinate representation of color #86ECDA: hue angle of 169.41º degrees, saturation: 0.73, 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 #86ECDA is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 218 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.07 |
| HSL | 169.41º | 0.73% | 0.73% | - |
| HSV(B) | 169.41º | 0.43% | 0.93% | - |
| XYZ | 52.48 | 70.12 | 77.1 | - |
| YUV | 203.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 218 | 0.43 | 0 | 0.08 | 0.07 | 169.41 | 0.73 | 0.73 |
| Hex | 86 | EC | DA | 2B | 0 | 8 | 7 | A9 | 49 | 49 |
| Octal | 206 | 354 | 332 | 53 | 0 | 10 | 7 | 251 | 111 | 111 |
| Binary | 10000110 | 11101100 | 11011010 | 101011 | 0 | 1000 | 111 | 10101001 | 1001001 | 1001001 |
Color Harmonies of #86ECDA
Complementary color
Monochromatic Colors of #86ECDA
Black with #86ECDA
Text Example
Text Example
White with #86ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECDA; }
p { color: rgb(134,236,218); }
H1.HeaderClassName
{
color: #86ECDA;
}
.AnyTagClassName
{
color: #86ECDA;
}
</style>
background-color css
<style>
a { background-color: #86ECDA; }
a { background-color: rgb(134,236,218); }
div.DivClassName
{
background-color: #86ECDA;
}
.BgClassName
{
background-color: #86ECDA;
}
</style>
border-color css
<style>
span { border-color: #86ECDA; }
span { border-color: rgb(134,236,218); }
td.TdClassName
{
border-color: #86ECDA;
}
.TagClassName
{
border-color: #86ECDA;
}
</style>