Shades of Medium Aquamarine #6EDDA1
Tints of Medium Aquamarine #6EDDA1
RGB
CMYK
RGB Variations
Color information
#6EDDA1 (or 0x6EDDA1) is known color: Medium Aquamarine. HEX triplet: 6E, DD and A1. RGB value is (110,221,161). Sum of RGB (Red+Green+Blue) = 110+221+161=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDDA1 is #91225E. Grayscale: #B5B5B5. Windows color (decimal): -9511519 or 10607982. OLE color: 10607982.
HSL color Cylindrical-coordinate representation of color #6EDDA1: hue angle of 147.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDA1 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 161 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.13 |
| HSL | 147.57º | 0.62% | 0.65% | - |
| HSV(B) | 147.57º | 0.5% | 0.87% | - |
| XYZ | 38.72 | 57.6 | 42.8 | - |
| YUV | 180.97 | 116.73 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 161 | 0.50 | 0 | 0.27 | 0.13 | 147.57 | 0.62 | 0.65 |
| Hex | 6E | DD | A1 | 32 | 0 | 1B | D | 94 | 3E | 41 |
| Octal | 156 | 335 | 241 | 62 | 0 | 33 | 15 | 224 | 76 | 101 |
| Binary | 1101110 | 11011101 | 10100001 | 110010 | 0 | 11011 | 1101 | 10010100 | 111110 | 1000001 |
Color Harmonies of #6EDDA1
Complementary color
Monochromatic Colors of #6EDDA1
Black with #6EDDA1
Text Example
Text Example
White with #6EDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDA1; }
p { color: rgb(110,221,161); }
H1.HeaderClassName
{
color: #6EDDA1;
}
.AnyTagClassName
{
color: #6EDDA1;
}
</style>
background-color css
<style>
a { background-color: #6EDDA1; }
a { background-color: rgb(110,221,161); }
div.DivClassName
{
background-color: #6EDDA1;
}
.BgClassName
{
background-color: #6EDDA1;
}
</style>
border-color css
<style>
span { border-color: #6EDDA1; }
span { border-color: rgb(110,221,161); }
td.TdClassName
{
border-color: #6EDDA1;
}
.TagClassName
{
border-color: #6EDDA1;
}
</style>