Shades of Medium Aquamarine #6EC2AA
Tints of Medium Aquamarine #6EC2AA
RGB
CMYK
RGB Variations
Color information
#6EC2AA (or 0x6EC2AA) is known color: Medium Aquamarine. HEX triplet: 6E, C2 and AA. RGB value is (110,194,170). Sum of RGB (Red+Green+Blue) = 110+194+170=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC2AA is #913D55. Grayscale: #A6A6A6. Windows color (decimal): -9518422 or 11190894. OLE color: 11190894.
HSL color Cylindrical-coordinate representation of color #6EC2AA: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC2AA is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 194 | 170 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.24 |
| HSL | 162.86º | 0.41% | 0.6% | - |
| HSV(B) | 162.86º | 0.43% | 0.76% | - |
| XYZ | 32.98 | 44.8 | 44.94 | - |
| YUV | 166.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 170 | 0.43 | 0 | 0.12 | 0.24 | 162.86 | 0.41 | 0.6 |
| Hex | 6E | C2 | AA | 2B | 0 | C | 18 | A3 | 29 | 3C |
| Octal | 156 | 302 | 252 | 53 | 0 | 14 | 30 | 243 | 51 | 74 |
| Binary | 1101110 | 11000010 | 10101010 | 101011 | 0 | 1100 | 11000 | 10100011 | 101001 | 111100 |
Color Harmonies of #6EC2AA
Complementary color
Monochromatic Colors of #6EC2AA
Black with #6EC2AA
Text Example
Text Example
White with #6EC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2AA; }
p { color: rgb(110,194,170); }
H1.HeaderClassName
{
color: #6EC2AA;
}
.AnyTagClassName
{
color: #6EC2AA;
}
</style>
background-color css
<style>
a { background-color: #6EC2AA; }
a { background-color: rgb(110,194,170); }
div.DivClassName
{
background-color: #6EC2AA;
}
.BgClassName
{
background-color: #6EC2AA;
}
</style>
border-color css
<style>
span { border-color: #6EC2AA; }
span { border-color: rgb(110,194,170); }
td.TdClassName
{
border-color: #6EC2AA;
}
.TagClassName
{
border-color: #6EC2AA;
}
</style>