Shades of Medium Aquamarine #6EDAA6
Tints of Medium Aquamarine #6EDAA6
RGB
CMYK
RGB Variations
Color information
#6EDAA6 (or 0x6EDAA6) is known color: Medium Aquamarine. HEX triplet: 6E, DA and A6. RGB value is (110,218,166). Sum of RGB (Red+Green+Blue) = 110+218+166=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDAA6 is #912559. Grayscale: #B3B3B3. Windows color (decimal): -9512282 or 10934894. OLE color: 10934894.
HSL color Cylindrical-coordinate representation of color #6EDAA6: hue angle of 151.11º 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 #6EDAA6 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 166 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.15 |
| HSL | 151.11º | 0.59% | 0.64% | - |
| HSV(B) | 151.11º | 0.5% | 0.85% | - |
| XYZ | 38.38 | 56.21 | 44.9 | - |
| YUV | 179.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 166 | 0.50 | 0 | 0.24 | 0.15 | 151.11 | 0.59 | 0.64 |
| Hex | 6E | DA | A6 | 32 | 0 | 18 | F | 97 | 3B | 40 |
| Octal | 156 | 332 | 246 | 62 | 0 | 30 | 17 | 227 | 73 | 100 |
| Binary | 1101110 | 11011010 | 10100110 | 110010 | 0 | 11000 | 1111 | 10010111 | 111011 | 1000000 |
Color Harmonies of #6EDAA6
Complementary color
Monochromatic Colors of #6EDAA6
Black with #6EDAA6
Text Example
Text Example
White with #6EDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAA6; }
p { color: rgb(110,218,166); }
H1.HeaderClassName
{
color: #6EDAA6;
}
.AnyTagClassName
{
color: #6EDAA6;
}
</style>
background-color css
<style>
a { background-color: #6EDAA6; }
a { background-color: rgb(110,218,166); }
div.DivClassName
{
background-color: #6EDAA6;
}
.BgClassName
{
background-color: #6EDAA6;
}
</style>
border-color css
<style>
span { border-color: #6EDAA6; }
span { border-color: rgb(110,218,166); }
td.TdClassName
{
border-color: #6EDAA6;
}
.TagClassName
{
border-color: #6EDAA6;
}
</style>