Shades of Aquamarine #86FEC6
Tints of Aquamarine #86FEC6
RGB
CMYK
RGB Variations
Color information
#86FEC6 (or 0x86FEC6) is known color: Aquamarine. HEX triplet: 86, FE and C6. RGB value is (134,254,198). Sum of RGB (Red+Green+Blue) = 134+254+198=586 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.87% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEC6 is #790139. Grayscale: #D3D3D3. Windows color (decimal): -7930170 or 13041286. OLE color: 13041286.
HSL color Cylindrical-coordinate representation of color #86FEC6: hue angle of 152º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEC6 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 198 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.00 |
| HSL | 152º | 0.98% | 0.76% | - |
| HSV(B) | 152º | 0.47% | 1% | - |
| XYZ | 55.47 | 80.03 | 65.95 | - |
| YUV | 211.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 198 | 0.47 | 0 | 0.22 | 0.00 | 152 | 0.98 | 0.76 |
| Hex | 86 | FE | C6 | 2F | 0 | 16 | 0 | 98 | 62 | 4C |
| Octal | 206 | 376 | 306 | 57 | 0 | 26 | 0 | 230 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11000110 | 101111 | 0 | 10110 | 0 | 10011000 | 1100010 | 1001100 |
Color Harmonies of #86FEC6
Complementary color
Monochromatic Colors of #86FEC6
Black with #86FEC6
Text Example
Text Example
White with #86FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEC6; }
p { color: rgb(134,254,198); }
H1.HeaderClassName
{
color: #86FEC6;
}
.AnyTagClassName
{
color: #86FEC6;
}
</style>
background-color css
<style>
a { background-color: #86FEC6; }
a { background-color: rgb(134,254,198); }
div.DivClassName
{
background-color: #86FEC6;
}
.BgClassName
{
background-color: #86FEC6;
}
</style>
border-color css
<style>
span { border-color: #86FEC6; }
span { border-color: rgb(134,254,198); }
td.TdClassName
{
border-color: #86FEC6;
}
.TagClassName
{
border-color: #86FEC6;
}
</style>