Shades of Medium Aquamarine #6ECCA8
Tints of Medium Aquamarine #6ECCA8
RGB
CMYK
RGB Variations
Color information
#6ECCA8 (or 0x6ECCA8) is known color: Medium Aquamarine. HEX triplet: 6E, CC and A8. RGB value is (110,204,168). Sum of RGB (Red+Green+Blue) = 110+204+168=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCA8 is #913357. Grayscale: #ABABAB. Windows color (decimal): -9515864 or 11062382. OLE color: 11062382.
HSL color Cylindrical-coordinate representation of color #6ECCA8: hue angle of 157.02º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCA8 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 168 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.2 |
| HSL | 157.02º | 0.48% | 0.62% | - |
| HSV(B) | 157.02º | 0.46% | 0.8% | - |
| XYZ | 35.09 | 49.33 | 44.72 | - |
| YUV | 171.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 168 | 0.46 | 0 | 0.18 | 0.2 | 157.02 | 0.48 | 0.62 |
| Hex | 6E | CC | A8 | 2E | 0 | 12 | 14 | 9D | 30 | 3E |
| Octal | 156 | 314 | 250 | 56 | 0 | 22 | 24 | 235 | 60 | 76 |
| Binary | 1101110 | 11001100 | 10101000 | 101110 | 0 | 10010 | 10100 | 10011101 | 110000 | 111110 |
Color Harmonies of #6ECCA8
Complementary color
Monochromatic Colors of #6ECCA8
Black with #6ECCA8
Text Example
Text Example
White with #6ECCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCA8; }
p { color: rgb(110,204,168); }
H1.HeaderClassName
{
color: #6ECCA8;
}
.AnyTagClassName
{
color: #6ECCA8;
}
</style>
background-color css
<style>
a { background-color: #6ECCA8; }
a { background-color: rgb(110,204,168); }
div.DivClassName
{
background-color: #6ECCA8;
}
.BgClassName
{
background-color: #6ECCA8;
}
</style>
border-color css
<style>
span { border-color: #6ECCA8; }
span { border-color: rgb(110,204,168); }
td.TdClassName
{
border-color: #6ECCA8;
}
.TagClassName
{
border-color: #6ECCA8;
}
</style>