Shades of Medium Aquamarine #6EDDA4
Tints of Medium Aquamarine #6EDDA4
RGB
CMYK
RGB Variations
Color information
#6EDDA4 (or 0x6EDDA4) is known color: Medium Aquamarine. HEX triplet: 6E, DD and A4. RGB value is (110,221,164). Sum of RGB (Red+Green+Blue) = 110+221+164=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDDA4 is #91225B. Grayscale: #B5B5B5. Windows color (decimal): -9511516 or 10804590. OLE color: 10804590.
HSL color Cylindrical-coordinate representation of color #6EDDA4: hue angle of 149.19º 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 #6EDDA4 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 164 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.13 |
| HSL | 149.19º | 0.62% | 0.65% | - |
| HSV(B) | 149.19º | 0.5% | 0.87% | - |
| XYZ | 38.99 | 57.71 | 44.21 | - |
| YUV | 181.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 164 | 0.50 | 0 | 0.26 | 0.13 | 149.19 | 0.62 | 0.65 |
| Hex | 6E | DD | A4 | 32 | 0 | 1A | D | 95 | 3E | 41 |
| Octal | 156 | 335 | 244 | 62 | 0 | 32 | 15 | 225 | 76 | 101 |
| Binary | 1101110 | 11011101 | 10100100 | 110010 | 0 | 11010 | 1101 | 10010101 | 111110 | 1000001 |
Color Harmonies of #6EDDA4
Complementary color
Monochromatic Colors of #6EDDA4
Black with #6EDDA4
Text Example
Text Example
White with #6EDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDDA4; }
p { color: rgb(110,221,164); }
H1.HeaderClassName
{
color: #6EDDA4;
}
.AnyTagClassName
{
color: #6EDDA4;
}
</style>
background-color css
<style>
a { background-color: #6EDDA4; }
a { background-color: rgb(110,221,164); }
div.DivClassName
{
background-color: #6EDDA4;
}
.BgClassName
{
background-color: #6EDDA4;
}
</style>
border-color css
<style>
span { border-color: #6EDDA4; }
span { border-color: rgb(110,221,164); }
td.TdClassName
{
border-color: #6EDDA4;
}
.TagClassName
{
border-color: #6EDDA4;
}
</style>