Shades of Medium Aquamarine #6EDAA1
Tints of Medium Aquamarine #6EDAA1
RGB
CMYK
RGB Variations
Color information
#6EDAA1 (or 0x6EDAA1) is known color: Medium Aquamarine. HEX triplet: 6E, DA and A1. RGB value is (110,218,161). Sum of RGB (Red+Green+Blue) = 110+218+161=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAA1 is #91255E. Grayscale: #B3B3B3. Windows color (decimal): -9512287 or 10607214. OLE color: 10607214.
HSL color Cylindrical-coordinate representation of color #6EDAA1: hue angle of 148.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDAA1 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 161 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.15 |
| HSL | 148.33º | 0.59% | 0.64% | - |
| HSV(B) | 148.33º | 0.5% | 0.85% | - |
| XYZ | 37.93 | 56.03 | 42.53 | - |
| YUV | 179.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 161 | 0.50 | 0 | 0.26 | 0.15 | 148.33 | 0.59 | 0.64 |
| Hex | 6E | DA | A1 | 32 | 0 | 1A | F | 94 | 3B | 40 |
| Octal | 156 | 332 | 241 | 62 | 0 | 32 | 17 | 224 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10100001 | 110010 | 0 | 11010 | 1111 | 10010100 | 111011 | 1000000 |
Color Harmonies of #6EDAA1
Complementary color
Monochromatic Colors of #6EDAA1
Black with #6EDAA1
Text Example
Text Example
White with #6EDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAA1; }
p { color: rgb(110,218,161); }
H1.HeaderClassName
{
color: #6EDAA1;
}
.AnyTagClassName
{
color: #6EDAA1;
}
</style>
background-color css
<style>
a { background-color: #6EDAA1; }
a { background-color: rgb(110,218,161); }
div.DivClassName
{
background-color: #6EDAA1;
}
.BgClassName
{
background-color: #6EDAA1;
}
</style>
border-color css
<style>
span { border-color: #6EDAA1; }
span { border-color: rgb(110,218,161); }
td.TdClassName
{
border-color: #6EDAA1;
}
.TagClassName
{
border-color: #6EDAA1;
}
</style>