Shades of Aquamarine #86EFCB
Tints of Aquamarine #86EFCB
RGB
CMYK
RGB Variations
Color information
#86EFCB (or 0x86EFCB) is known color: Aquamarine. HEX triplet: 86, EF and CB. RGB value is (134,239,203). Sum of RGB (Red+Green+Blue) = 134+239+203=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFCB is #791034. Grayscale: #CBCBCB. Windows color (decimal): -7934005 or 13365126. OLE color: 13365126.
HSL color Cylindrical-coordinate representation of color #86EFCB: hue angle of 159.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFCB is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 203 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.06 |
| HSL | 159.43º | 0.77% | 0.73% | - |
| HSV(B) | 159.43º | 0.44% | 0.94% | - |
| XYZ | 51.48 | 71.11 | 67.51 | - |
| YUV | 203.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 203 | 0.44 | 0 | 0.15 | 0.06 | 159.43 | 0.77 | 0.73 |
| Hex | 86 | EF | CB | 2C | 0 | F | 6 | 9F | 4D | 49 |
| Octal | 206 | 357 | 313 | 54 | 0 | 17 | 6 | 237 | 115 | 111 |
| Binary | 10000110 | 11101111 | 11001011 | 101100 | 0 | 1111 | 110 | 10011111 | 1001101 | 1001001 |
Color Harmonies of #86EFCB
Complementary color
Monochromatic Colors of #86EFCB
Black with #86EFCB
Text Example
Text Example
White with #86EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EFCB; }
p { color: rgb(134,239,203); }
H1.HeaderClassName
{
color: #86EFCB;
}
.AnyTagClassName
{
color: #86EFCB;
}
</style>
background-color css
<style>
a { background-color: #86EFCB; }
a { background-color: rgb(134,239,203); }
div.DivClassName
{
background-color: #86EFCB;
}
.BgClassName
{
background-color: #86EFCB;
}
</style>
border-color css
<style>
span { border-color: #86EFCB; }
span { border-color: rgb(134,239,203); }
td.TdClassName
{
border-color: #86EFCB;
}
.TagClassName
{
border-color: #86EFCB;
}
</style>