Shades of Aquamarine #86FFCE
Tints of Aquamarine #86FFCE
RGB
CMYK
RGB Variations
Color information
#86FFCE (or 0x86FFCE) is known color: Aquamarine. HEX triplet: 86, FF and CE. RGB value is (134,255,206). Sum of RGB (Red+Green+Blue) = 134+255+206=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFCE is #790031. Grayscale: #D5D5D5. Windows color (decimal): -7929906 or 13565830. OLE color: 13565830.
HSL color Cylindrical-coordinate representation of color #86FFCE: hue angle of 155.7º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFCE is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 206 | - |
| CMYK | 0.47 | 0 | 0.19 | 0 |
| HSL | 155.7º | 1% | 0.76% | - |
| HSV(B) | 155.7º | 0.47% | 1% | - |
| XYZ | 56.73 | 81.04 | 71.05 | - |
| YUV | 213.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 206 | 0.47 | 0 | 0.19 | 0 | 155.7 | 1 | 0.76 |
| Hex | 86 | FF | CE | 2F | 0 | 13 | 0 | 9C | 64 | 4C |
| Octal | 206 | 377 | 316 | 57 | 0 | 23 | 0 | 234 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11001110 | 101111 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001100 |
Color Harmonies of #86FFCE
Complementary color
Monochromatic Colors of #86FFCE
Black with #86FFCE
Text Example
Text Example
White with #86FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFCE; }
p { color: rgb(134,255,206); }
H1.HeaderClassName
{
color: #86FFCE;
}
.AnyTagClassName
{
color: #86FFCE;
}
</style>
background-color css
<style>
a { background-color: #86FFCE; }
a { background-color: rgb(134,255,206); }
div.DivClassName
{
background-color: #86FFCE;
}
.BgClassName
{
background-color: #86FFCE;
}
</style>
border-color css
<style>
span { border-color: #86FFCE; }
span { border-color: rgb(134,255,206); }
td.TdClassName
{
border-color: #86FFCE;
}
.TagClassName
{
border-color: #86FFCE;
}
</style>