Shades of Aquamarine #86FADE
Tints of Aquamarine #86FADE
RGB
CMYK
RGB Variations
Color information
#86FADE (or 0x86FADE) is known color: Aquamarine. HEX triplet: 86, FA and DE. RGB value is (134,250,222). Sum of RGB (Red+Green+Blue) = 134+250+222=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #86FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FADE is #790521. Grayscale: #D4D4D4. Windows color (decimal): -7931170 or 14613126. OLE color: 14613126.
HSL color Cylindrical-coordinate representation of color #86FADE: hue angle of 165.52º 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 #86FADE is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 222 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.02 |
| HSL | 165.52º | 0.92% | 0.75% | - |
| HSV(B) | 165.52º | 0.46% | 0.98% | - |
| XYZ | 57.2 | 78.71 | 81.29 | - |
| YUV | 212.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 222 | 0.46 | 0 | 0.11 | 0.02 | 165.52 | 0.92 | 0.75 |
| Hex | 86 | FA | DE | 2E | 0 | B | 2 | A6 | 5C | 4B |
| Octal | 206 | 372 | 336 | 56 | 0 | 13 | 2 | 246 | 134 | 113 |
| Binary | 10000110 | 11111010 | 11011110 | 101110 | 0 | 1011 | 10 | 10100110 | 1011100 | 1001011 |
Color Harmonies of #86FADE
Complementary color
Monochromatic Colors of #86FADE
Black with #86FADE
Text Example
Text Example
White with #86FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FADE; }
p { color: rgb(134,250,222); }
H1.HeaderClassName
{
color: #86FADE;
}
.AnyTagClassName
{
color: #86FADE;
}
</style>
background-color css
<style>
a { background-color: #86FADE; }
a { background-color: rgb(134,250,222); }
div.DivClassName
{
background-color: #86FADE;
}
.BgClassName
{
background-color: #86FADE;
}
</style>
border-color css
<style>
span { border-color: #86FADE; }
span { border-color: rgb(134,250,222); }
td.TdClassName
{
border-color: #86FADE;
}
.TagClassName
{
border-color: #86FADE;
}
</style>