Shades of Medium Aquamarine #6ECDA2
Tints of Medium Aquamarine #6ECDA2
RGB
CMYK
RGB Variations
Color information
#6ECDA2 (or 0x6ECDA2) is known color: Medium Aquamarine. HEX triplet: 6E, CD and A2. RGB value is (110,205,162). Sum of RGB (Red+Green+Blue) = 110+205+162=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECDA2 is #91325D. Grayscale: #ABABAB. Windows color (decimal): -9515614 or 10669422. OLE color: 10669422.
HSL color Cylindrical-coordinate representation of color #6ECDA2: hue angle of 152.84º 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 #6ECDA2 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 162 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.20 |
| HSL | 152.84º | 0.49% | 0.62% | - |
| HSV(B) | 152.84º | 0.46% | 0.8% | - |
| XYZ | 34.78 | 49.59 | 41.92 | - |
| YUV | 171.69 | 122.53 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 162 | 0.46 | 0 | 0.21 | 0.20 | 152.84 | 0.49 | 0.62 |
| Hex | 6E | CD | A2 | 2E | 0 | 15 | 14 | 99 | 31 | 3E |
| Octal | 156 | 315 | 242 | 56 | 0 | 25 | 24 | 231 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10100010 | 101110 | 0 | 10101 | 10100 | 10011001 | 110001 | 111110 |
Color Harmonies of #6ECDA2
Complementary color
Monochromatic Colors of #6ECDA2
Black with #6ECDA2
Text Example
Text Example
White with #6ECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDA2; }
p { color: rgb(110,205,162); }
H1.HeaderClassName
{
color: #6ECDA2;
}
.AnyTagClassName
{
color: #6ECDA2;
}
</style>
background-color css
<style>
a { background-color: #6ECDA2; }
a { background-color: rgb(110,205,162); }
div.DivClassName
{
background-color: #6ECDA2;
}
.BgClassName
{
background-color: #6ECDA2;
}
</style>
border-color css
<style>
span { border-color: #6ECDA2; }
span { border-color: rgb(110,205,162); }
td.TdClassName
{
border-color: #6ECDA2;
}
.TagClassName
{
border-color: #6ECDA2;
}
</style>