Shades of Aquamarine #86F2DB
Tints of Aquamarine #86F2DB
RGB
CMYK
RGB Variations
Color information
#86F2DB (or 0x86F2DB) is known color: Aquamarine. HEX triplet: 86, F2 and DB. RGB value is (134,242,219). Sum of RGB (Red+Green+Blue) = 134+242+219=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2DB is #790D24. Grayscale: #CFCFCF. Windows color (decimal): -7933221 or 14414470. OLE color: 14414470.
HSL color Cylindrical-coordinate representation of color #86F2DB: hue angle of 167.22º 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 #86F2DB is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 219 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.05 |
| HSL | 167.22º | 0.81% | 0.74% | - |
| HSV(B) | 167.22º | 0.45% | 0.95% | - |
| XYZ | 54.37 | 73.69 | 78.38 | - |
| YUV | 207.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 219 | 0.45 | 0 | 0.10 | 0.05 | 167.22 | 0.81 | 0.74 |
| Hex | 86 | F2 | DB | 2D | 0 | A | 5 | A7 | 51 | 4A |
| Octal | 206 | 362 | 333 | 55 | 0 | 12 | 5 | 247 | 121 | 112 |
| Binary | 10000110 | 11110010 | 11011011 | 101101 | 0 | 1010 | 101 | 10100111 | 1010001 | 1001010 |
Color Harmonies of #86F2DB
Complementary color
Monochromatic Colors of #86F2DB
Black with #86F2DB
Text Example
Text Example
White with #86F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F2DB; }
p { color: rgb(134,242,219); }
H1.HeaderClassName
{
color: #86F2DB;
}
.AnyTagClassName
{
color: #86F2DB;
}
</style>
background-color css
<style>
a { background-color: #86F2DB; }
a { background-color: rgb(134,242,219); }
div.DivClassName
{
background-color: #86F2DB;
}
.BgClassName
{
background-color: #86F2DB;
}
</style>
border-color css
<style>
span { border-color: #86F2DB; }
span { border-color: rgb(134,242,219); }
td.TdClassName
{
border-color: #86F2DB;
}
.TagClassName
{
border-color: #86F2DB;
}
</style>