Shades of Aquamarine #86EEC0
Tints of Aquamarine #86EEC0
RGB
CMYK
RGB Variations
Color information
#86EEC0 (or 0x86EEC0) is known color: Aquamarine. HEX triplet: 86, EE and C0. RGB value is (134,238,192). Sum of RGB (Red+Green+Blue) = 134+238+192=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEC0 is #79113F. Grayscale: #C9C9C9. Windows color (decimal): -7934272 or 12643974. OLE color: 12643974.
HSL color Cylindrical-coordinate representation of color #86EEC0: hue angle of 153.46º 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 #86EEC0 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 192 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.07 |
| HSL | 153.46º | 0.75% | 0.73% | - |
| HSV(B) | 153.46º | 0.44% | 0.93% | - |
| XYZ | 49.92 | 70.02 | 60.75 | - |
| YUV | 201.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 192 | 0.44 | 0 | 0.19 | 0.07 | 153.46 | 0.75 | 0.73 |
| Hex | 86 | EE | C0 | 2C | 0 | 13 | 7 | 99 | 4B | 49 |
| Octal | 206 | 356 | 300 | 54 | 0 | 23 | 7 | 231 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11000000 | 101100 | 0 | 10011 | 111 | 10011001 | 1001011 | 1001001 |
Color Harmonies of #86EEC0
Complementary color
Monochromatic Colors of #86EEC0
Black with #86EEC0
Text Example
Text Example
White with #86EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEC0; }
p { color: rgb(134,238,192); }
H1.HeaderClassName
{
color: #86EEC0;
}
.AnyTagClassName
{
color: #86EEC0;
}
</style>
background-color css
<style>
a { background-color: #86EEC0; }
a { background-color: rgb(134,238,192); }
div.DivClassName
{
background-color: #86EEC0;
}
.BgClassName
{
background-color: #86EEC0;
}
</style>
border-color css
<style>
span { border-color: #86EEC0; }
span { border-color: rgb(134,238,192); }
td.TdClassName
{
border-color: #86EEC0;
}
.TagClassName
{
border-color: #86EEC0;
}
</style>