Shades of Medium Aquamarine #6EC1AB
Tints of Medium Aquamarine #6EC1AB
RGB
CMYK
RGB Variations
Color information
#6EC1AB (or 0x6EC1AB) is known color: Medium Aquamarine. HEX triplet: 6E, C1 and AB. RGB value is (110,193,171). Sum of RGB (Red+Green+Blue) = 110+193+171=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC1AB is #913E54. Grayscale: #A5A5A5. Windows color (decimal): -9518677 or 11256174. OLE color: 11256174.
HSL color Cylindrical-coordinate representation of color #6EC1AB: hue angle of 164.1º 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 #6EC1AB is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 171 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.24 |
| HSL | 164.1º | 0.4% | 0.59% | - |
| HSV(B) | 164.1º | 0.43% | 0.76% | - |
| XYZ | 32.85 | 44.4 | 45.37 | - |
| YUV | 165.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 171 | 0.43 | 0 | 0.11 | 0.24 | 164.1 | 0.4 | 0.59 |
| Hex | 6E | C1 | AB | 2B | 0 | B | 18 | A4 | 28 | 3B |
| Octal | 156 | 301 | 253 | 53 | 0 | 13 | 30 | 244 | 50 | 73 |
| Binary | 1101110 | 11000001 | 10101011 | 101011 | 0 | 1011 | 11000 | 10100100 | 101000 | 111011 |
Color Harmonies of #6EC1AB
Complementary color
Monochromatic Colors of #6EC1AB
Black with #6EC1AB
Text Example
Text Example
White with #6EC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC1AB; }
p { color: rgb(110,193,171); }
H1.HeaderClassName
{
color: #6EC1AB;
}
.AnyTagClassName
{
color: #6EC1AB;
}
</style>
background-color css
<style>
a { background-color: #6EC1AB; }
a { background-color: rgb(110,193,171); }
div.DivClassName
{
background-color: #6EC1AB;
}
.BgClassName
{
background-color: #6EC1AB;
}
</style>
border-color css
<style>
span { border-color: #6EC1AB; }
span { border-color: rgb(110,193,171); }
td.TdClassName
{
border-color: #6EC1AB;
}
.TagClassName
{
border-color: #6EC1AB;
}
</style>