Shades of Aquamarine #86FFCD
Tints of Aquamarine #86FFCD
RGB
CMYK
RGB Variations
Color information
#86FFCD (or 0x86FFCD) is known color: Aquamarine. HEX triplet: 86, FF and CD. RGB value is (134,255,205). Sum of RGB (Red+Green+Blue) = 134+255+205=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFCD is #790032. Grayscale: #D5D5D5. Windows color (decimal): -7929907 or 13500294. OLE color: 13500294.
HSL color Cylindrical-coordinate representation of color #86FFCD: hue angle of 155.21º 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 #86FFCD is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 205 | - |
| CMYK | 0.47 | 0 | 0.20 | 0 |
| HSL | 155.21º | 1% | 0.76% | - |
| HSV(B) | 155.21º | 0.47% | 1% | - |
| XYZ | 56.61 | 81 | 70.41 | - |
| YUV | 213.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 205 | 0.47 | 0 | 0.20 | 0 | 155.21 | 1 | 0.76 |
| Hex | 86 | FF | CD | 2F | 0 | 14 | 0 | 9B | 64 | 4C |
| Octal | 206 | 377 | 315 | 57 | 0 | 24 | 0 | 233 | 144 | 114 |
| Binary | 10000110 | 11111111 | 11001101 | 101111 | 0 | 10100 | 0 | 10011011 | 1100100 | 1001100 |
Color Harmonies of #86FFCD
Complementary color
Monochromatic Colors of #86FFCD
Black with #86FFCD
Text Example
Text Example
White with #86FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FFCD; }
p { color: rgb(134,255,205); }
H1.HeaderClassName
{
color: #86FFCD;
}
.AnyTagClassName
{
color: #86FFCD;
}
</style>
background-color css
<style>
a { background-color: #86FFCD; }
a { background-color: rgb(134,255,205); }
div.DivClassName
{
background-color: #86FFCD;
}
.BgClassName
{
background-color: #86FFCD;
}
</style>
border-color css
<style>
span { border-color: #86FFCD; }
span { border-color: rgb(134,255,205); }
td.TdClassName
{
border-color: #86FFCD;
}
.TagClassName
{
border-color: #86FFCD;
}
</style>