Shades of Medium Aquamarine #6EC7AA
Tints of Medium Aquamarine #6EC7AA
RGB
CMYK
RGB Variations
Color information
#6EC7AA (or 0x6EC7AA) is known color: Medium Aquamarine. HEX triplet: 6E, C7 and AA. RGB value is (110,199,170). Sum of RGB (Red+Green+Blue) = 110+199+170=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #6EC7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC7AA is #913855. Grayscale: #A9A9A9. Windows color (decimal): -9517142 or 11192174. OLE color: 11192174.
HSL color Cylindrical-coordinate representation of color #6EC7AA: hue angle of 160.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC7AA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 199 | 170 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.22 |
| HSL | 160.45º | 0.44% | 0.61% | - |
| HSV(B) | 160.45º | 0.45% | 0.78% | - |
| XYZ | 34.11 | 47.06 | 45.32 | - |
| YUV | 169.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 170 | 0.45 | 0 | 0.15 | 0.22 | 160.45 | 0.44 | 0.61 |
| Hex | 6E | C7 | AA | 2D | 0 | F | 16 | A0 | 2C | 3D |
| Octal | 156 | 307 | 252 | 55 | 0 | 17 | 26 | 240 | 54 | 75 |
| Binary | 1101110 | 11000111 | 10101010 | 101101 | 0 | 1111 | 10110 | 10100000 | 101100 | 111101 |
Color Harmonies of #6EC7AA
Complementary color
Monochromatic Colors of #6EC7AA
Black with #6EC7AA
Text Example
Text Example
White with #6EC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7AA; }
p { color: rgb(110,199,170); }
H1.HeaderClassName
{
color: #6EC7AA;
}
.AnyTagClassName
{
color: #6EC7AA;
}
</style>
background-color css
<style>
a { background-color: #6EC7AA; }
a { background-color: rgb(110,199,170); }
div.DivClassName
{
background-color: #6EC7AA;
}
.BgClassName
{
background-color: #6EC7AA;
}
</style>
border-color css
<style>
span { border-color: #6EC7AA; }
span { border-color: rgb(110,199,170); }
td.TdClassName
{
border-color: #6EC7AA;
}
.TagClassName
{
border-color: #6EC7AA;
}
</style>