Shades of Aquamarine #86FFCF
Tints of Aquamarine #86FFCF
RGB
CMYK
RGB Variations
Color information
#86FFCF (or 0x86FFCF) is known color: Aquamarine. HEX triplet: 86, FF and CF. RGB value is (134,255,207). Sum of RGB (Red+Green+Blue) = 134+255+207=596 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.48% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFCF is #790030. Grayscale: #D5D5D5. Windows color (decimal): -7929905 or 13631366. OLE color: 13631366.
HSL color Cylindrical-coordinate representation of color #86FFCF: hue angle of 156.2º 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 #86FFCF is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 207 | - |
| CMYK | 0.47 | 0 | 0.19 | 0 |
| HSL | 156.2º | 1% | 0.76% | - |
| HSV(B) | 156.2º | 0.47% | 1% | - |
| XYZ | 56.85 | 81.09 | 71.69 | - |
| YUV | 213.35 | 124.41 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 207 | 0.47 | 0 | 0.19 | 0 | 156.2 | 1 | 0.76 |
| Hex | 86 | FF | CF | 2F | 0 | 13 | 0 | 9C | 64 | 4C |
| Octal | 206 | 377 | 317 | 57 | 0 | 23 | 0 | 234 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11001111 | 101111 | 0 | 10011 | 0 | 10011100 | 1100100 | 1001100 |
Color Harmonies of #86FFCF
Complementary color
Monochromatic Colors of #86FFCF
Black with #86FFCF
Text Example
Text Example
White with #86FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFCF; }
p { color: rgb(134,255,207); }
H1.HeaderClassName
{
color: #86FFCF;
}
.AnyTagClassName
{
color: #86FFCF;
}
</style>
background-color css
<style>
a { background-color: #86FFCF; }
a { background-color: rgb(134,255,207); }
div.DivClassName
{
background-color: #86FFCF;
}
.BgClassName
{
background-color: #86FFCF;
}
</style>
border-color css
<style>
span { border-color: #86FFCF; }
span { border-color: rgb(134,255,207); }
td.TdClassName
{
border-color: #86FFCF;
}
.TagClassName
{
border-color: #86FFCF;
}
</style>