Shades of Aquamarine #86ECD4
Tints of Aquamarine #86ECD4
RGB
CMYK
RGB Variations
Color information
#86ECD4 (or 0x86ECD4) is known color: Aquamarine. HEX triplet: 86, EC and D4. RGB value is (134,236,212). Sum of RGB (Red+Green+Blue) = 134+236+212=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECD4 is #79132B. Grayscale: #CACACA. Windows color (decimal): -7934764 or 13954182. OLE color: 13954182.
HSL color Cylindrical-coordinate representation of color #86ECD4: hue angle of 165.88º 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 #86ECD4 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 212 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.07 |
| HSL | 165.88º | 0.73% | 0.73% | - |
| HSV(B) | 165.88º | 0.43% | 0.93% | - |
| XYZ | 51.71 | 69.81 | 73.04 | - |
| YUV | 202.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 212 | 0.43 | 0 | 0.10 | 0.07 | 165.88 | 0.73 | 0.73 |
| Hex | 86 | EC | D4 | 2B | 0 | A | 7 | A6 | 49 | 49 |
| Octal | 206 | 354 | 324 | 53 | 0 | 12 | 7 | 246 | 111 | 111 |
| Binary | 10000110 | 11101100 | 11010100 | 101011 | 0 | 1010 | 111 | 10100110 | 1001001 | 1001001 |
Color Harmonies of #86ECD4
Complementary color
Monochromatic Colors of #86ECD4
Black with #86ECD4
Text Example
Text Example
White with #86ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECD4; }
p { color: rgb(134,236,212); }
H1.HeaderClassName
{
color: #86ECD4;
}
.AnyTagClassName
{
color: #86ECD4;
}
</style>
background-color css
<style>
a { background-color: #86ECD4; }
a { background-color: rgb(134,236,212); }
div.DivClassName
{
background-color: #86ECD4;
}
.BgClassName
{
background-color: #86ECD4;
}
</style>
border-color css
<style>
span { border-color: #86ECD4; }
span { border-color: rgb(134,236,212); }
td.TdClassName
{
border-color: #86ECD4;
}
.TagClassName
{
border-color: #86ECD4;
}
</style>