Shades of Medium Aquamarine #6EC6A8
Tints of Medium Aquamarine #6EC6A8
RGB
CMYK
RGB Variations
Color information
#6EC6A8 (or 0x6EC6A8) is known color: Medium Aquamarine. HEX triplet: 6E, C6 and A8. RGB value is (110,198,168). Sum of RGB (Red+Green+Blue) = 110+198+168=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC6A8 is #913957. Grayscale: #A8A8A8. Windows color (decimal): -9517400 or 11060846. OLE color: 11060846.
HSL color Cylindrical-coordinate representation of color #6EC6A8: hue angle of 159.55º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC6A8 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 168 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.22 |
| HSL | 159.55º | 0.44% | 0.6% | - |
| HSV(B) | 159.55º | 0.44% | 0.78% | - |
| XYZ | 33.69 | 46.53 | 44.25 | - |
| YUV | 168.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 168 | 0.44 | 0 | 0.15 | 0.22 | 159.55 | 0.44 | 0.6 |
| Hex | 6E | C6 | A8 | 2C | 0 | F | 16 | A0 | 2C | 3C |
| Octal | 156 | 306 | 250 | 54 | 0 | 17 | 26 | 240 | 54 | 74 |
| Binary | 1101110 | 11000110 | 10101000 | 101100 | 0 | 1111 | 10110 | 10100000 | 101100 | 111100 |
Color Harmonies of #6EC6A8
Complementary color
Monochromatic Colors of #6EC6A8
Black with #6EC6A8
Text Example
Text Example
White with #6EC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC6A8; }
p { color: rgb(110,198,168); }
H1.HeaderClassName
{
color: #6EC6A8;
}
.AnyTagClassName
{
color: #6EC6A8;
}
</style>
background-color css
<style>
a { background-color: #6EC6A8; }
a { background-color: rgb(110,198,168); }
div.DivClassName
{
background-color: #6EC6A8;
}
.BgClassName
{
background-color: #6EC6A8;
}
</style>
border-color css
<style>
span { border-color: #6EC6A8; }
span { border-color: rgb(110,198,168); }
td.TdClassName
{
border-color: #6EC6A8;
}
.TagClassName
{
border-color: #6EC6A8;
}
</style>