Shades of Medium Aquamarine #6EDEAA
Tints of Medium Aquamarine #6EDEAA
RGB
CMYK
RGB Variations
Color information
#6EDEAA (or 0x6EDEAA) is known color: Medium Aquamarine. HEX triplet: 6E, DE and AA. RGB value is (110,222,170). Sum of RGB (Red+Green+Blue) = 110+222+170=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDEAA is #912155. Grayscale: #B6B6B6. Windows color (decimal): -9511254 or 11198062. OLE color: 11198062.
HSL color Cylindrical-coordinate representation of color #6EDEAA: hue angle of 152.14º degrees, saturation: 0.63, 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 #6EDEAA is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 170 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.13 |
| HSL | 152.14º | 0.63% | 0.65% | - |
| HSV(B) | 152.14º | 0.5% | 0.87% | - |
| XYZ | 39.81 | 58.46 | 47.22 | - |
| YUV | 182.58 | 120.89 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 170 | 0.50 | 0 | 0.23 | 0.13 | 152.14 | 0.63 | 0.65 |
| Hex | 6E | DE | AA | 32 | 0 | 17 | D | 98 | 3F | 41 |
| Octal | 156 | 336 | 252 | 62 | 0 | 27 | 15 | 230 | 77 | 101 |
| Binary | 1101110 | 11011110 | 10101010 | 110010 | 0 | 10111 | 1101 | 10011000 | 111111 | 1000001 |
Color Harmonies of #6EDEAA
Complementary color
Monochromatic Colors of #6EDEAA
Black with #6EDEAA
Text Example
Text Example
White with #6EDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEAA; }
p { color: rgb(110,222,170); }
H1.HeaderClassName
{
color: #6EDEAA;
}
.AnyTagClassName
{
color: #6EDEAA;
}
</style>
background-color css
<style>
a { background-color: #6EDEAA; }
a { background-color: rgb(110,222,170); }
div.DivClassName
{
background-color: #6EDEAA;
}
.BgClassName
{
background-color: #6EDEAA;
}
</style>
border-color css
<style>
span { border-color: #6EDEAA; }
span { border-color: rgb(110,222,170); }
td.TdClassName
{
border-color: #6EDEAA;
}
.TagClassName
{
border-color: #6EDEAA;
}
</style>