Shades of Aquamarine #86FCBC
Tints of Aquamarine #86FCBC
RGB
CMYK
RGB Variations
Color information
#86FCBC (or 0x86FCBC) is known color: Aquamarine. HEX triplet: 86, FC and BC. RGB value is (134,252,188). Sum of RGB (Red+Green+Blue) = 134+252+188=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCBC is #790343. Grayscale: #D1D1D1. Windows color (decimal): -7930692 or 12385414. OLE color: 12385414.
HSL color Cylindrical-coordinate representation of color #86FCBC: hue angle of 147.46º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCBC is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 188 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.01 |
| HSL | 147.46º | 0.95% | 0.76% | - |
| HSV(B) | 147.46º | 0.47% | 0.99% | - |
| XYZ | 53.72 | 78.32 | 59.86 | - |
| YUV | 209.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 188 | 0.47 | 0 | 0.25 | 0.01 | 147.46 | 0.95 | 0.76 |
| Hex | 86 | FC | BC | 2F | 0 | 19 | 1 | 93 | 5F | 4C |
| Octal | 206 | 374 | 274 | 57 | 0 | 31 | 1 | 223 | 137 | 114 |
| Binary | 10000110 | 11111100 | 10111100 | 101111 | 0 | 11001 | 1 | 10010011 | 1011111 | 1001100 |
Color Harmonies of #86FCBC
Complementary color
Monochromatic Colors of #86FCBC
Black with #86FCBC
Text Example
Text Example
White with #86FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FCBC; }
p { color: rgb(134,252,188); }
H1.HeaderClassName
{
color: #86FCBC;
}
.AnyTagClassName
{
color: #86FCBC;
}
</style>
background-color css
<style>
a { background-color: #86FCBC; }
a { background-color: rgb(134,252,188); }
div.DivClassName
{
background-color: #86FCBC;
}
.BgClassName
{
background-color: #86FCBC;
}
</style>
border-color css
<style>
span { border-color: #86FCBC; }
span { border-color: rgb(134,252,188); }
td.TdClassName
{
border-color: #86FCBC;
}
.TagClassName
{
border-color: #86FCBC;
}
</style>