Shades of Aquamarine #86F4D1
Tints of Aquamarine #86F4D1
RGB
CMYK
RGB Variations
Color information
#86F4D1 (or 0x86F4D1) is known color: Aquamarine. HEX triplet: 86, F4 and D1. RGB value is (134,244,209). Sum of RGB (Red+Green+Blue) = 134+244+209=587 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.83% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #86F4D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F4D1 is #790B2E. Grayscale: #CFCFCF. Windows color (decimal): -7932719 or 13759622. OLE color: 13759622.
HSL color Cylindrical-coordinate representation of color #86F4D1: hue angle of 160.91º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F4D1 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 244 | 209 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.04 |
| HSL | 160.91º | 0.83% | 0.74% | - |
| HSV(B) | 160.91º | 0.45% | 0.96% | - |
| XYZ | 53.69 | 74.37 | 71.85 | - |
| YUV | 207.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 244 | 209 | 0.45 | 0 | 0.14 | 0.04 | 160.91 | 0.83 | 0.74 |
| Hex | 86 | F4 | D1 | 2D | 0 | E | 4 | A1 | 53 | 4A |
| Octal | 206 | 364 | 321 | 55 | 0 | 16 | 4 | 241 | 123 | 112 |
| Binary | 10000110 | 11110100 | 11010001 | 101101 | 0 | 1110 | 100 | 10100001 | 1010011 | 1001010 |
Color Harmonies of #86F4D1
Complementary color
Monochromatic Colors of #86F4D1
Black with #86F4D1
Text Example
Text Example
White with #86F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F4D1; }
p { color: rgb(134,244,209); }
H1.HeaderClassName
{
color: #86F4D1;
}
.AnyTagClassName
{
color: #86F4D1;
}
</style>
background-color css
<style>
a { background-color: #86F4D1; }
a { background-color: rgb(134,244,209); }
div.DivClassName
{
background-color: #86F4D1;
}
.BgClassName
{
background-color: #86F4D1;
}
</style>
border-color css
<style>
span { border-color: #86F4D1; }
span { border-color: rgb(134,244,209); }
td.TdClassName
{
border-color: #86F4D1;
}
.TagClassName
{
border-color: #86F4D1;
}
</style>