Shades of Aquamarine #86FEE3
Tints of Aquamarine #86FEE3
RGB
CMYK
RGB Variations
Color information
#86FEE3 (or 0x86FEE3) is known color: Aquamarine. HEX triplet: 86, FE and E3. RGB value is (134,254,227). Sum of RGB (Red+Green+Blue) = 134+254+227=615 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.79% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEE3 is #79011C. Grayscale: #D7D7D7. Windows color (decimal): -7930141 or 14941830. OLE color: 14941830.
HSL color Cylindrical-coordinate representation of color #86FEE3: hue angle of 166.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEE3 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 227 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.00 |
| HSL | 166.5º | 0.98% | 0.76% | - |
| HSV(B) | 166.5º | 0.47% | 1% | - |
| XYZ | 59.14 | 81.5 | 85.29 | - |
| YUV | 215.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 227 | 0.47 | 0 | 0.11 | 0.00 | 166.5 | 0.98 | 0.76 |
| Hex | 86 | FE | E3 | 2F | 0 | B | 0 | A6 | 62 | 4C |
| Octal | 206 | 376 | 343 | 57 | 0 | 13 | 0 | 246 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11100011 | 101111 | 0 | 1011 | 0 | 10100110 | 1100010 | 1001100 |
Color Harmonies of #86FEE3
Complementary color
Monochromatic Colors of #86FEE3
Black with #86FEE3
Text Example
Text Example
White with #86FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEE3; }
p { color: rgb(134,254,227); }
H1.HeaderClassName
{
color: #86FEE3;
}
.AnyTagClassName
{
color: #86FEE3;
}
</style>
background-color css
<style>
a { background-color: #86FEE3; }
a { background-color: rgb(134,254,227); }
div.DivClassName
{
background-color: #86FEE3;
}
.BgClassName
{
background-color: #86FEE3;
}
</style>
border-color css
<style>
span { border-color: #86FEE3; }
span { border-color: rgb(134,254,227); }
td.TdClassName
{
border-color: #86FEE3;
}
.TagClassName
{
border-color: #86FEE3;
}
</style>