Shades of Medium Aquamarine #6ECDA1
Tints of Medium Aquamarine #6ECDA1
RGB
CMYK
RGB Variations
Color information
#6ECDA1 (or 0x6ECDA1) is known color: Medium Aquamarine. HEX triplet: 6E, CD and A1. RGB value is (110,205,161). Sum of RGB (Red+Green+Blue) = 110+205+161=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECDA1 is #91325E. Grayscale: #ABABAB. Windows color (decimal): -9515615 or 10603886. OLE color: 10603886.
HSL color Cylindrical-coordinate representation of color #6ECDA1: hue angle of 152.21º 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 #6ECDA1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 161 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.20 |
| HSL | 152.21º | 0.49% | 0.62% | - |
| HSV(B) | 152.21º | 0.46% | 0.8% | - |
| XYZ | 34.69 | 49.55 | 41.45 | - |
| YUV | 171.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 161 | 0.46 | 0 | 0.21 | 0.20 | 152.21 | 0.49 | 0.62 |
| Hex | 6E | CD | A1 | 2E | 0 | 15 | 14 | 98 | 31 | 3E |
| Octal | 156 | 315 | 241 | 56 | 0 | 25 | 24 | 230 | 61 | 76 |
| Binary | 1101110 | 11001101 | 10100001 | 101110 | 0 | 10101 | 10100 | 10011000 | 110001 | 111110 |
Color Harmonies of #6ECDA1
Complementary color
Monochromatic Colors of #6ECDA1
Black with #6ECDA1
Text Example
Text Example
White with #6ECDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDA1; }
p { color: rgb(110,205,161); }
H1.HeaderClassName
{
color: #6ECDA1;
}
.AnyTagClassName
{
color: #6ECDA1;
}
</style>
background-color css
<style>
a { background-color: #6ECDA1; }
a { background-color: rgb(110,205,161); }
div.DivClassName
{
background-color: #6ECDA1;
}
.BgClassName
{
background-color: #6ECDA1;
}
</style>
border-color css
<style>
span { border-color: #6ECDA1; }
span { border-color: rgb(110,205,161); }
td.TdClassName
{
border-color: #6ECDA1;
}
.TagClassName
{
border-color: #6ECDA1;
}
</style>