Shades of Aquamarine #86F2C8
Tints of Aquamarine #86F2C8
RGB
CMYK
RGB Variations
Color information
#86F2C8 (or 0x86F2C8) is known color: Aquamarine. HEX triplet: 86, F2 and C8. RGB value is (134,242,200). Sum of RGB (Red+Green+Blue) = 134+242+200=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2C8 is #790D37. Grayscale: #CCCCCC. Windows color (decimal): -7933240 or 13169286. OLE color: 13169286.
HSL color Cylindrical-coordinate representation of color #86F2C8: hue angle of 156.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2C8 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 200 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.05 |
| HSL | 156.67º | 0.81% | 0.74% | - |
| HSV(B) | 156.67º | 0.45% | 0.95% | - |
| XYZ | 52.01 | 72.74 | 65.94 | - |
| YUV | 204.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 200 | 0.45 | 0 | 0.17 | 0.05 | 156.67 | 0.81 | 0.74 |
| Hex | 86 | F2 | C8 | 2D | 0 | 11 | 5 | 9D | 51 | 4A |
| Octal | 206 | 362 | 310 | 55 | 0 | 21 | 5 | 235 | 121 | 112 |
| Binary | 10000110 | 11110010 | 11001000 | 101101 | 0 | 10001 | 101 | 10011101 | 1010001 | 1001010 |
Color Harmonies of #86F2C8
Complementary color
Monochromatic Colors of #86F2C8
Black with #86F2C8
Text Example
Text Example
White with #86F2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F2C8; }
p { color: rgb(134,242,200); }
H1.HeaderClassName
{
color: #86F2C8;
}
.AnyTagClassName
{
color: #86F2C8;
}
</style>
background-color css
<style>
a { background-color: #86F2C8; }
a { background-color: rgb(134,242,200); }
div.DivClassName
{
background-color: #86F2C8;
}
.BgClassName
{
background-color: #86F2C8;
}
</style>
border-color css
<style>
span { border-color: #86F2C8; }
span { border-color: rgb(134,242,200); }
td.TdClassName
{
border-color: #86F2C8;
}
.TagClassName
{
border-color: #86F2C8;
}
</style>