Shades of Aquamarine #86EEE2
Tints of Aquamarine #86EEE2
RGB
CMYK
RGB Variations
Color information
#86EEE2 (or 0x86EEE2) is known color: Aquamarine. HEX triplet: 86, EE and E2. RGB value is (134,238,226). Sum of RGB (Red+Green+Blue) = 134+238+226=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEE2 is #79111D. Grayscale: #CDCDCD. Windows color (decimal): -7934238 or 14872198. OLE color: 14872198.
HSL color Cylindrical-coordinate representation of color #86EEE2: hue angle of 173.08º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEE2 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 226 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.07 |
| HSL | 173.08º | 0.75% | 0.73% | - |
| HSV(B) | 173.08º | 0.44% | 0.93% | - |
| XYZ | 54.13 | 71.71 | 82.94 | - |
| YUV | 205.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 226 | 0.44 | 0 | 0.05 | 0.07 | 173.08 | 0.75 | 0.73 |
| Hex | 86 | EE | E2 | 2C | 0 | 5 | 7 | AD | 4B | 49 |
| Octal | 206 | 356 | 342 | 54 | 0 | 5 | 7 | 255 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11100010 | 101100 | 0 | 101 | 111 | 10101101 | 1001011 | 1001001 |
Color Harmonies of #86EEE2
Complementary color
Monochromatic Colors of #86EEE2
Black with #86EEE2
Text Example
Text Example
White with #86EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEE2; }
p { color: rgb(134,238,226); }
H1.HeaderClassName
{
color: #86EEE2;
}
.AnyTagClassName
{
color: #86EEE2;
}
</style>
background-color css
<style>
a { background-color: #86EEE2; }
a { background-color: rgb(134,238,226); }
div.DivClassName
{
background-color: #86EEE2;
}
.BgClassName
{
background-color: #86EEE2;
}
</style>
border-color css
<style>
span { border-color: #86EEE2; }
span { border-color: rgb(134,238,226); }
td.TdClassName
{
border-color: #86EEE2;
}
.TagClassName
{
border-color: #86EEE2;
}
</style>