Shades of Aquamarine #86FFD1
Tints of Aquamarine #86FFD1
RGB
CMYK
RGB Variations
Color information
#86FFD1 (or 0x86FFD1) is known color: Aquamarine. HEX triplet: 86, FF and D1. RGB value is (134,255,209). Sum of RGB (Red+Green+Blue) = 134+255+209=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFD1 is #79002E. Grayscale: #D5D5D5. Windows color (decimal): -7929903 or 13762438. OLE color: 13762438.
HSL color Cylindrical-coordinate representation of color #86FFD1: hue angle of 157.19º 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 #86FFD1 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 209 | - |
| CMYK | 0.47 | 0 | 0.18 | 0 |
| HSL | 157.19º | 1% | 0.76% | - |
| HSV(B) | 157.19º | 0.47% | 1% | - |
| XYZ | 57.1 | 81.19 | 72.98 | - |
| YUV | 213.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 209 | 0.47 | 0 | 0.18 | 0 | 157.19 | 1 | 0.76 |
| Hex | 86 | FF | D1 | 2F | 0 | 12 | 0 | 9D | 64 | 4C |
| Octal | 206 | 377 | 321 | 57 | 0 | 22 | 0 | 235 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11010001 | 101111 | 0 | 10010 | 0 | 10011101 | 1100100 | 1001100 |
Color Harmonies of #86FFD1
Complementary color
Monochromatic Colors of #86FFD1
Black with #86FFD1
Text Example
Text Example
White with #86FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFD1; }
p { color: rgb(134,255,209); }
H1.HeaderClassName
{
color: #86FFD1;
}
.AnyTagClassName
{
color: #86FFD1;
}
</style>
background-color css
<style>
a { background-color: #86FFD1; }
a { background-color: rgb(134,255,209); }
div.DivClassName
{
background-color: #86FFD1;
}
.BgClassName
{
background-color: #86FFD1;
}
</style>
border-color css
<style>
span { border-color: #86FFD1; }
span { border-color: rgb(134,255,209); }
td.TdClassName
{
border-color: #86FFD1;
}
.TagClassName
{
border-color: #86FFD1;
}
</style>