Shades of Medium Aquamarine #6EC9AB
Tints of Medium Aquamarine #6EC9AB
RGB
CMYK
RGB Variations
Color information
#6EC9AB (or 0x6EC9AB) is known color: Medium Aquamarine. HEX triplet: 6E, C9 and AB. RGB value is (110,201,171). Sum of RGB (Red+Green+Blue) = 110+201+171=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC9AB is #913654. Grayscale: #AAAAAA. Windows color (decimal): -9516629 or 11258222. OLE color: 11258222.
HSL color Cylindrical-coordinate representation of color #6EC9AB: hue angle of 160.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC9AB is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 171 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.21 |
| HSL | 160.22º | 0.46% | 0.61% | - |
| HSV(B) | 160.22º | 0.45% | 0.79% | - |
| XYZ | 34.67 | 48.03 | 45.97 | - |
| YUV | 170.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 171 | 0.45 | 0 | 0.15 | 0.21 | 160.22 | 0.46 | 0.61 |
| Hex | 6E | C9 | AB | 2D | 0 | F | 15 | A0 | 2E | 3D |
| Octal | 156 | 311 | 253 | 55 | 0 | 17 | 25 | 240 | 56 | 75 |
| Binary | 1101110 | 11001001 | 10101011 | 101101 | 0 | 1111 | 10101 | 10100000 | 101110 | 111101 |
Color Harmonies of #6EC9AB
Complementary color
Monochromatic Colors of #6EC9AB
Black with #6EC9AB
Text Example
Text Example
White with #6EC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC9AB; }
p { color: rgb(110,201,171); }
H1.HeaderClassName
{
color: #6EC9AB;
}
.AnyTagClassName
{
color: #6EC9AB;
}
</style>
background-color css
<style>
a { background-color: #6EC9AB; }
a { background-color: rgb(110,201,171); }
div.DivClassName
{
background-color: #6EC9AB;
}
.BgClassName
{
background-color: #6EC9AB;
}
</style>
border-color css
<style>
span { border-color: #6EC9AB; }
span { border-color: rgb(110,201,171); }
td.TdClassName
{
border-color: #6EC9AB;
}
.TagClassName
{
border-color: #6EC9AB;
}
</style>