Shades of Aquamarine #86F5E3
Tints of Aquamarine #86F5E3
RGB
CMYK
RGB Variations
Color information
#86F5E3 (or 0x86F5E3) is known color: Aquamarine. HEX triplet: 86, F5 and E3. RGB value is (134,245,227). Sum of RGB (Red+Green+Blue) = 134+245+227=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5E3 is #790A1C. Grayscale: #D1D1D1. Windows color (decimal): -7932445 or 14939526. OLE color: 14939526.
HSL color Cylindrical-coordinate representation of color #86F5E3: hue angle of 170.27º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F5E3 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 227 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.04 |
| HSL | 170.27º | 0.85% | 0.74% | - |
| HSV(B) | 170.27º | 0.45% | 0.96% | - |
| XYZ | 56.35 | 75.92 | 84.36 | - |
| YUV | 209.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 227 | 0.45 | 0 | 0.07 | 0.04 | 170.27 | 0.85 | 0.74 |
| Hex | 86 | F5 | E3 | 2D | 0 | 7 | 4 | AA | 55 | 4A |
| Octal | 206 | 365 | 343 | 55 | 0 | 7 | 4 | 252 | 125 | 112 |
| Binary | 10000110 | 11110101 | 11100011 | 101101 | 0 | 111 | 100 | 10101010 | 1010101 | 1001010 |
Color Harmonies of #86F5E3
Complementary color
Monochromatic Colors of #86F5E3
Black with #86F5E3
Text Example
Text Example
White with #86F5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F5E3; }
p { color: rgb(134,245,227); }
H1.HeaderClassName
{
color: #86F5E3;
}
.AnyTagClassName
{
color: #86F5E3;
}
</style>
background-color css
<style>
a { background-color: #86F5E3; }
a { background-color: rgb(134,245,227); }
div.DivClassName
{
background-color: #86F5E3;
}
.BgClassName
{
background-color: #86F5E3;
}
</style>
border-color css
<style>
span { border-color: #86F5E3; }
span { border-color: rgb(134,245,227); }
td.TdClassName
{
border-color: #86F5E3;
}
.TagClassName
{
border-color: #86F5E3;
}
</style>