Shades of Medium Aquamarine #6ED8A8
Tints of Medium Aquamarine #6ED8A8
RGB
CMYK
RGB Variations
Color information
#6ED8A8 (or 0x6ED8A8) is known color: Medium Aquamarine. HEX triplet: 6E, D8 and A8. RGB value is (110,216,168). Sum of RGB (Red+Green+Blue) = 110+216+168=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED8A8 is #912757. Grayscale: #B2B2B2. Windows color (decimal): -9512792 or 11065454. OLE color: 11065454.
HSL color Cylindrical-coordinate representation of color #6ED8A8: hue angle of 152.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8A8 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 168 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.15 |
| HSL | 152.83º | 0.58% | 0.64% | - |
| HSV(B) | 152.83º | 0.49% | 0.85% | - |
| XYZ | 38.05 | 55.25 | 45.71 | - |
| YUV | 178.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 168 | 0.49 | 0 | 0.22 | 0.15 | 152.83 | 0.58 | 0.64 |
| Hex | 6E | D8 | A8 | 31 | 0 | 16 | F | 99 | 3A | 40 |
| Octal | 156 | 330 | 250 | 61 | 0 | 26 | 17 | 231 | 72 | 100 |
| Binary | 1101110 | 11011000 | 10101000 | 110001 | 0 | 10110 | 1111 | 10011001 | 111010 | 1000000 |
Color Harmonies of #6ED8A8
Complementary color
Monochromatic Colors of #6ED8A8
Black with #6ED8A8
Text Example
Text Example
White with #6ED8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8A8; }
p { color: rgb(110,216,168); }
H1.HeaderClassName
{
color: #6ED8A8;
}
.AnyTagClassName
{
color: #6ED8A8;
}
</style>
background-color css
<style>
a { background-color: #6ED8A8; }
a { background-color: rgb(110,216,168); }
div.DivClassName
{
background-color: #6ED8A8;
}
.BgClassName
{
background-color: #6ED8A8;
}
</style>
border-color css
<style>
span { border-color: #6ED8A8; }
span { border-color: rgb(110,216,168); }
td.TdClassName
{
border-color: #6ED8A8;
}
.TagClassName
{
border-color: #6ED8A8;
}
</style>