Shades of Aquamarine #86EEDA
Tints of Aquamarine #86EEDA
RGB
CMYK
RGB Variations
Color information
#86EEDA (or 0x86EEDA) is known color: Aquamarine. HEX triplet: 86, EE and DA. RGB value is (134,238,218). Sum of RGB (Red+Green+Blue) = 134+238+218=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEDA is #791125. Grayscale: #CCCCCC. Windows color (decimal): -7934246 or 14347910. OLE color: 14347910.
HSL color Cylindrical-coordinate representation of color #86EEDA: hue angle of 168.46º 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 #86EEDA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 218 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 168.46º | 0.75% | 0.73% | - |
| HSV(B) | 168.46º | 0.44% | 0.93% | - |
| XYZ | 53.06 | 71.28 | 77.29 | - |
| YUV | 204.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 218 | 0.44 | 0 | 0.08 | 0.07 | 168.46 | 0.75 | 0.73 |
| Hex | 86 | EE | DA | 2C | 0 | 8 | 7 | A8 | 4B | 49 |
| Octal | 206 | 356 | 332 | 54 | 0 | 10 | 7 | 250 | 113 | 111 |
| Binary | 10000110 | 11101110 | 11011010 | 101100 | 0 | 1000 | 111 | 10101000 | 1001011 | 1001001 |
Color Harmonies of #86EEDA
Complementary color
Monochromatic Colors of #86EEDA
Black with #86EEDA
Text Example
Text Example
White with #86EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEDA; }
p { color: rgb(134,238,218); }
H1.HeaderClassName
{
color: #86EEDA;
}
.AnyTagClassName
{
color: #86EEDA;
}
</style>
background-color css
<style>
a { background-color: #86EEDA; }
a { background-color: rgb(134,238,218); }
div.DivClassName
{
background-color: #86EEDA;
}
.BgClassName
{
background-color: #86EEDA;
}
</style>
border-color css
<style>
span { border-color: #86EEDA; }
span { border-color: rgb(134,238,218); }
td.TdClassName
{
border-color: #86EEDA;
}
.TagClassName
{
border-color: #86EEDA;
}
</style>