Shades of Aquamarine #86EED6
Tints of Aquamarine #86EED6
RGB
CMYK
RGB Variations
Color information
#86EED6 (or 0x86EED6) is known color: Aquamarine. HEX triplet: 86, EE and D6. RGB value is (134,238,214). Sum of RGB (Red+Green+Blue) = 134+238+214=586 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.87% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #86EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EED6 is #791129. Grayscale: #CCCCCC. Windows color (decimal): -7934250 or 14085766. OLE color: 14085766.
HSL color Cylindrical-coordinate representation of color #86EED6: hue angle of 166.15º 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 #86EED6 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 214 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.07 |
| HSL | 166.15º | 0.75% | 0.73% | - |
| HSV(B) | 166.15º | 0.44% | 0.93% | - |
| XYZ | 52.54 | 71.07 | 74.57 | - |
| YUV | 204.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 214 | 0.44 | 0 | 0.10 | 0.07 | 166.15 | 0.75 | 0.73 |
| Hex | 86 | EE | D6 | 2C | 0 | A | 7 | A6 | 4B | 49 |
| Octal | 206 | 356 | 326 | 54 | 0 | 12 | 7 | 246 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11010110 | 101100 | 0 | 1010 | 111 | 10100110 | 1001011 | 1001001 |
Color Harmonies of #86EED6
Complementary color
Monochromatic Colors of #86EED6
Black with #86EED6
Text Example
Text Example
White with #86EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EED6; }
p { color: rgb(134,238,214); }
H1.HeaderClassName
{
color: #86EED6;
}
.AnyTagClassName
{
color: #86EED6;
}
</style>
background-color css
<style>
a { background-color: #86EED6; }
a { background-color: rgb(134,238,214); }
div.DivClassName
{
background-color: #86EED6;
}
.BgClassName
{
background-color: #86EED6;
}
</style>
border-color css
<style>
span { border-color: #86EED6; }
span { border-color: rgb(134,238,214); }
td.TdClassName
{
border-color: #86EED6;
}
.TagClassName
{
border-color: #86EED6;
}
</style>