Shades of Medium Aquamarine #6EDDA8
Tints of Medium Aquamarine #6EDDA8
RGB
CMYK
RGB Variations
Color information
#6EDDA8 (or 0x6EDDA8) is known color: Medium Aquamarine. HEX triplet: 6E, DD and A8. RGB value is (110,221,168). Sum of RGB (Red+Green+Blue) = 110+221+168=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDDA8 is #912257. Grayscale: #B5B5B5. Windows color (decimal): -9511512 or 11066734. OLE color: 11066734.
HSL color Cylindrical-coordinate representation of color #6EDDA8: hue angle of 151.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDA8 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 168 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.13 |
| HSL | 151.35º | 0.62% | 0.65% | - |
| HSV(B) | 151.35º | 0.5% | 0.87% | - |
| XYZ | 39.35 | 57.86 | 46.14 | - |
| YUV | 181.77 | 120.23 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 168 | 0.50 | 0 | 0.24 | 0.13 | 151.35 | 0.62 | 0.65 |
| Hex | 6E | DD | A8 | 32 | 0 | 18 | D | 97 | 3E | 41 |
| Octal | 156 | 335 | 250 | 62 | 0 | 30 | 15 | 227 | 76 | 101 |
| Binary | 1101110 | 11011101 | 10101000 | 110010 | 0 | 11000 | 1101 | 10010111 | 111110 | 1000001 |
Color Harmonies of #6EDDA8
Complementary color
Monochromatic Colors of #6EDDA8
Black with #6EDDA8
Text Example
Text Example
White with #6EDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDA8; }
p { color: rgb(110,221,168); }
H1.HeaderClassName
{
color: #6EDDA8;
}
.AnyTagClassName
{
color: #6EDDA8;
}
</style>
background-color css
<style>
a { background-color: #6EDDA8; }
a { background-color: rgb(110,221,168); }
div.DivClassName
{
background-color: #6EDDA8;
}
.BgClassName
{
background-color: #6EDDA8;
}
</style>
border-color css
<style>
span { border-color: #6EDDA8; }
span { border-color: rgb(110,221,168); }
td.TdClassName
{
border-color: #6EDDA8;
}
.TagClassName
{
border-color: #6EDDA8;
}
</style>