Shades of Medium Aquamarine #6EDBA8
Tints of Medium Aquamarine #6EDBA8
RGB
CMYK
RGB Variations
Color information
#6EDBA8 (or 0x6EDBA8) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A8. RGB value is (110,219,168). Sum of RGB (Red+Green+Blue) = 110+219+168=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA8 is #912457. Grayscale: #B4B4B4. Windows color (decimal): -9512024 or 11066222. OLE color: 11066222.
HSL color Cylindrical-coordinate representation of color #6EDBA8: hue angle of 151.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBA8 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 168 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.14 |
| HSL | 151.93º | 0.6% | 0.65% | - |
| HSV(B) | 151.93º | 0.5% | 0.86% | - |
| XYZ | 38.83 | 56.81 | 45.96 | - |
| YUV | 180.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 168 | 0.50 | 0 | 0.23 | 0.14 | 151.93 | 0.6 | 0.65 |
| Hex | 6E | DB | A8 | 32 | 0 | 17 | E | 98 | 3C | 41 |
| Octal | 156 | 333 | 250 | 62 | 0 | 27 | 16 | 230 | 74 | 101 |
| Binary | 1101110 | 11011011 | 10101000 | 110010 | 0 | 10111 | 1110 | 10011000 | 111100 | 1000001 |
Color Harmonies of #6EDBA8
Complementary color
Monochromatic Colors of #6EDBA8
Black with #6EDBA8
Text Example
Text Example
White with #6EDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBA8; }
p { color: rgb(110,219,168); }
H1.HeaderClassName
{
color: #6EDBA8;
}
.AnyTagClassName
{
color: #6EDBA8;
}
</style>
background-color css
<style>
a { background-color: #6EDBA8; }
a { background-color: rgb(110,219,168); }
div.DivClassName
{
background-color: #6EDBA8;
}
.BgClassName
{
background-color: #6EDBA8;
}
</style>
border-color css
<style>
span { border-color: #6EDBA8; }
span { border-color: rgb(110,219,168); }
td.TdClassName
{
border-color: #6EDBA8;
}
.TagClassName
{
border-color: #6EDBA8;
}
</style>