Shades of Aquamarine #86FADD
Tints of Aquamarine #86FADD
RGB
CMYK
RGB Variations
Color information
#86FADD (or 0x86FADD) is known color: Aquamarine. HEX triplet: 86, FA and DD. RGB value is (134,250,221). Sum of RGB (Red+Green+Blue) = 134+250+221=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #86FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FADD is #790522. Grayscale: #D4D4D4. Windows color (decimal): -7931171 or 14547590. OLE color: 14547590.
HSL color Cylindrical-coordinate representation of color #86FADD: hue angle of 165º 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 #86FADD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 221 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.02 |
| HSL | 165º | 0.92% | 0.75% | - |
| HSV(B) | 165º | 0.46% | 0.98% | - |
| XYZ | 57.07 | 78.66 | 80.58 | - |
| YUV | 212.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 221 | 0.46 | 0 | 0.12 | 0.02 | 165 | 0.92 | 0.75 |
| Hex | 86 | FA | DD | 2E | 0 | C | 2 | A5 | 5C | 4B |
| Octal | 206 | 372 | 335 | 56 | 0 | 14 | 2 | 245 | 134 | 113 |
| Binary | 10000110 | 11111010 | 11011101 | 101110 | 0 | 1100 | 10 | 10100101 | 1011100 | 1001011 |
Color Harmonies of #86FADD
Complementary color
Monochromatic Colors of #86FADD
Black with #86FADD
Text Example
Text Example
White with #86FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FADD; }
p { color: rgb(134,250,221); }
H1.HeaderClassName
{
color: #86FADD;
}
.AnyTagClassName
{
color: #86FADD;
}
</style>
background-color css
<style>
a { background-color: #86FADD; }
a { background-color: rgb(134,250,221); }
div.DivClassName
{
background-color: #86FADD;
}
.BgClassName
{
background-color: #86FADD;
}
</style>
border-color css
<style>
span { border-color: #86FADD; }
span { border-color: rgb(134,250,221); }
td.TdClassName
{
border-color: #86FADD;
}
.TagClassName
{
border-color: #86FADD;
}
</style>