Shades of Aquamarine #86EED3
Tints of Aquamarine #86EED3
RGB
CMYK
RGB Variations
Color information
#86EED3 (or 0x86EED3) is known color: Aquamarine. HEX triplet: 86, EE and D3. RGB value is (134,238,211). Sum of RGB (Red+Green+Blue) = 134+238+211=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #86EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EED3 is #79112C. Grayscale: #CBCBCB. Windows color (decimal): -7934253 or 13889158. OLE color: 13889158.
HSL color Cylindrical-coordinate representation of color #86EED3: hue angle of 164.42º 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 #86EED3 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 211 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.07 |
| HSL | 164.42º | 0.75% | 0.73% | - |
| HSV(B) | 164.42º | 0.44% | 0.93% | - |
| XYZ | 52.16 | 70.92 | 72.57 | - |
| YUV | 203.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 211 | 0.44 | 0 | 0.11 | 0.07 | 164.42 | 0.75 | 0.73 |
| Hex | 86 | EE | D3 | 2C | 0 | B | 7 | A4 | 4B | 49 |
| Octal | 206 | 356 | 323 | 54 | 0 | 13 | 7 | 244 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11010011 | 101100 | 0 | 1011 | 111 | 10100100 | 1001011 | 1001001 |
Color Harmonies of #86EED3
Complementary color
Monochromatic Colors of #86EED3
Black with #86EED3
Text Example
Text Example
White with #86EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EED3; }
p { color: rgb(134,238,211); }
H1.HeaderClassName
{
color: #86EED3;
}
.AnyTagClassName
{
color: #86EED3;
}
</style>
background-color css
<style>
a { background-color: #86EED3; }
a { background-color: rgb(134,238,211); }
div.DivClassName
{
background-color: #86EED3;
}
.BgClassName
{
background-color: #86EED3;
}
</style>
border-color css
<style>
span { border-color: #86EED3; }
span { border-color: rgb(134,238,211); }
td.TdClassName
{
border-color: #86EED3;
}
.TagClassName
{
border-color: #86EED3;
}
</style>