Shades of Medium Aquamarine #6ECDA0
Tints of Medium Aquamarine #6ECDA0
RGB
CMYK
RGB Variations
Color information
#6ECDA0 (or 0x6ECDA0) is known color: Medium Aquamarine. HEX triplet: 6E, CD and A0. RGB value is (110,205,160). Sum of RGB (Red+Green+Blue) = 110+205+160=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECDA0 is #91325F. Grayscale: #ABABAB. Windows color (decimal): -9515616 or 10538350. OLE color: 10538350.
HSL color Cylindrical-coordinate representation of color #6ECDA0: hue angle of 151.58º degrees, saturation: 0.49, 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 #6ECDA0 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 160 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.20 |
| HSL | 151.58º | 0.49% | 0.62% | - |
| HSV(B) | 151.58º | 0.46% | 0.8% | - |
| XYZ | 34.61 | 49.52 | 40.99 | - |
| YUV | 171.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 160 | 0.46 | 0 | 0.22 | 0.20 | 151.58 | 0.49 | 0.62 |
| Hex | 6E | CD | A0 | 2E | 0 | 16 | 14 | 98 | 31 | 3E |
| Octal | 156 | 315 | 240 | 56 | 0 | 26 | 24 | 230 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10100000 | 101110 | 0 | 10110 | 10100 | 10011000 | 110001 | 111110 |
Color Harmonies of #6ECDA0
Complementary color
Monochromatic Colors of #6ECDA0
Black with #6ECDA0
Text Example
Text Example
White with #6ECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDA0; }
p { color: rgb(110,205,160); }
H1.HeaderClassName
{
color: #6ECDA0;
}
.AnyTagClassName
{
color: #6ECDA0;
}
</style>
background-color css
<style>
a { background-color: #6ECDA0; }
a { background-color: rgb(110,205,160); }
div.DivClassName
{
background-color: #6ECDA0;
}
.BgClassName
{
background-color: #6ECDA0;
}
</style>
border-color css
<style>
span { border-color: #6ECDA0; }
span { border-color: rgb(110,205,160); }
td.TdClassName
{
border-color: #6ECDA0;
}
.TagClassName
{
border-color: #6ECDA0;
}
</style>