Shades of Aquamarine #86FADF
Tints of Aquamarine #86FADF
RGB
CMYK
RGB Variations
Color information
#86FADF (or 0x86FADF) is known color: Aquamarine. HEX triplet: 86, FA and DF. RGB value is (134,250,223). Sum of RGB (Red+Green+Blue) = 134+250+223=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #86FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FADF is #790520. Grayscale: #D4D4D4. Windows color (decimal): -7931169 or 14678662. OLE color: 14678662.
HSL color Cylindrical-coordinate representation of color #86FADF: hue angle of 166.03º 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 #86FADF is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 223 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.02 |
| HSL | 166.03º | 0.92% | 0.75% | - |
| HSV(B) | 166.03º | 0.46% | 0.98% | - |
| XYZ | 57.34 | 78.77 | 81.99 | - |
| YUV | 212.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 223 | 0.46 | 0 | 0.11 | 0.02 | 166.03 | 0.92 | 0.75 |
| Hex | 86 | FA | DF | 2E | 0 | B | 2 | A6 | 5C | 4B |
| Octal | 206 | 372 | 337 | 56 | 0 | 13 | 2 | 246 | 134 | 113 |
| Binary | 10000110 | 11111010 | 11011111 | 101110 | 0 | 1011 | 10 | 10100110 | 1011100 | 1001011 |
Color Harmonies of #86FADF
Complementary color
Monochromatic Colors of #86FADF
Black with #86FADF
Text Example
Text Example
White with #86FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FADF; }
p { color: rgb(134,250,223); }
H1.HeaderClassName
{
color: #86FADF;
}
.AnyTagClassName
{
color: #86FADF;
}
</style>
background-color css
<style>
a { background-color: #86FADF; }
a { background-color: rgb(134,250,223); }
div.DivClassName
{
background-color: #86FADF;
}
.BgClassName
{
background-color: #86FADF;
}
</style>
border-color css
<style>
span { border-color: #86FADF; }
span { border-color: rgb(134,250,223); }
td.TdClassName
{
border-color: #86FADF;
}
.TagClassName
{
border-color: #86FADF;
}
</style>