Shades of Aquamarine #86FADB
Tints of Aquamarine #86FADB
RGB
CMYK
RGB Variations
Color information
#86FADB (or 0x86FADB) is known color: Aquamarine. HEX triplet: 86, FA and DB. RGB value is (134,250,219). Sum of RGB (Red+Green+Blue) = 134+250+219=603 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.22% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #86FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FADB is #790524. Grayscale: #D3D3D3. Windows color (decimal): -7931173 or 14416518. OLE color: 14416518.
HSL color Cylindrical-coordinate representation of color #86FADB: hue angle of 163.97º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FADB is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 219 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.02 |
| HSL | 163.97º | 0.92% | 0.75% | - |
| HSV(B) | 163.97º | 0.46% | 0.98% | - |
| XYZ | 56.8 | 78.55 | 79.19 | - |
| YUV | 211.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 219 | 0.46 | 0 | 0.12 | 0.02 | 163.97 | 0.92 | 0.75 |
| Hex | 86 | FA | DB | 2E | 0 | C | 2 | A4 | 5C | 4B |
| Octal | 206 | 372 | 333 | 56 | 0 | 14 | 2 | 244 | 134 | 113 |
| Binary | 10000110 | 11111010 | 11011011 | 101110 | 0 | 1100 | 10 | 10100100 | 1011100 | 1001011 |
Color Harmonies of #86FADB
Complementary color
Monochromatic Colors of #86FADB
Black with #86FADB
Text Example
Text Example
White with #86FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FADB; }
p { color: rgb(134,250,219); }
H1.HeaderClassName
{
color: #86FADB;
}
.AnyTagClassName
{
color: #86FADB;
}
</style>
background-color css
<style>
a { background-color: #86FADB; }
a { background-color: rgb(134,250,219); }
div.DivClassName
{
background-color: #86FADB;
}
.BgClassName
{
background-color: #86FADB;
}
</style>
border-color css
<style>
span { border-color: #86FADB; }
span { border-color: rgb(134,250,219); }
td.TdClassName
{
border-color: #86FADB;
}
.TagClassName
{
border-color: #86FADB;
}
</style>