Shades of Medium Aquamarine #6EC1A0
Tints of Medium Aquamarine #6EC1A0
RGB
CMYK
RGB Variations
Color information
#6EC1A0 (or 0x6EC1A0) is known color: Medium Aquamarine. HEX triplet: 6E, C1 and A0. RGB value is (110,193,160). Sum of RGB (Red+Green+Blue) = 110+193+160=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC1A0 is #913E5F. Grayscale: #A4A4A4. Windows color (decimal): -9518688 or 10535278. OLE color: 10535278.
HSL color Cylindrical-coordinate representation of color #6EC1A0: hue angle of 156.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC1A0 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 160 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.24 |
| HSL | 156.14º | 0.4% | 0.59% | - |
| HSV(B) | 156.14º | 0.43% | 0.76% | - |
| XYZ | 31.85 | 43.99 | 40.07 | - |
| YUV | 164.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 160 | 0.43 | 0 | 0.17 | 0.24 | 156.14 | 0.4 | 0.59 |
| Hex | 6E | C1 | A0 | 2B | 0 | 11 | 18 | 9C | 28 | 3B |
| Octal | 156 | 301 | 240 | 53 | 0 | 21 | 30 | 234 | 50 | 73 |
| Binary | 1101110 | 11000001 | 10100000 | 101011 | 0 | 10001 | 11000 | 10011100 | 101000 | 111011 |
Color Harmonies of #6EC1A0
Complementary color
Monochromatic Colors of #6EC1A0
Black with #6EC1A0
Text Example
Text Example
White with #6EC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC1A0; }
p { color: rgb(110,193,160); }
H1.HeaderClassName
{
color: #6EC1A0;
}
.AnyTagClassName
{
color: #6EC1A0;
}
</style>
background-color css
<style>
a { background-color: #6EC1A0; }
a { background-color: rgb(110,193,160); }
div.DivClassName
{
background-color: #6EC1A0;
}
.BgClassName
{
background-color: #6EC1A0;
}
</style>
border-color css
<style>
span { border-color: #6EC1A0; }
span { border-color: rgb(110,193,160); }
td.TdClassName
{
border-color: #6EC1A0;
}
.TagClassName
{
border-color: #6EC1A0;
}
</style>