Shades of Aquamarine #86F3DB
Tints of Aquamarine #86F3DB
RGB
CMYK
RGB Variations
Color information
#86F3DB (or 0x86F3DB) is known color: Aquamarine. HEX triplet: 86, F3 and DB. RGB value is (134,243,219). Sum of RGB (Red+Green+Blue) = 134+243+219=596 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.48% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F3DB is #790C24. Grayscale: #CFCFCF. Windows color (decimal): -7932965 or 14414726. OLE color: 14414726.
HSL color Cylindrical-coordinate representation of color #86F3DB: hue angle of 166.79º degrees, saturation: 0.82, 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 #86F3DB is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 219 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.05 |
| HSL | 166.79º | 0.82% | 0.74% | - |
| HSV(B) | 166.79º | 0.45% | 0.95% | - |
| XYZ | 54.67 | 74.28 | 78.47 | - |
| YUV | 207.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 219 | 0.45 | 0 | 0.10 | 0.05 | 166.79 | 0.82 | 0.74 |
| Hex | 86 | F3 | DB | 2D | 0 | A | 5 | A7 | 52 | 4A |
| Octal | 206 | 363 | 333 | 55 | 0 | 12 | 5 | 247 | 122 | 112 |
| Binary | 10000110 | 11110011 | 11011011 | 101101 | 0 | 1010 | 101 | 10100111 | 1010010 | 1001010 |
Color Harmonies of #86F3DB
Complementary color
Monochromatic Colors of #86F3DB
Black with #86F3DB
Text Example
Text Example
White with #86F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F3DB; }
p { color: rgb(134,243,219); }
H1.HeaderClassName
{
color: #86F3DB;
}
.AnyTagClassName
{
color: #86F3DB;
}
</style>
background-color css
<style>
a { background-color: #86F3DB; }
a { background-color: rgb(134,243,219); }
div.DivClassName
{
background-color: #86F3DB;
}
.BgClassName
{
background-color: #86F3DB;
}
</style>
border-color css
<style>
span { border-color: #86F3DB; }
span { border-color: rgb(134,243,219); }
td.TdClassName
{
border-color: #86F3DB;
}
.TagClassName
{
border-color: #86F3DB;
}
</style>