Shades of Medium Aquamarine #6EDBA2
Tints of Medium Aquamarine #6EDBA2
RGB
CMYK
RGB Variations
Color information
#6EDBA2 (or 0x6EDBA2) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A2. RGB value is (110,219,162). Sum of RGB (Red+Green+Blue) = 110+219+162=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA2 is #91245D. Grayscale: #B4B4B4. Windows color (decimal): -9512030 or 10673006. OLE color: 10673006.
HSL color Cylindrical-coordinate representation of color #6EDBA2: hue angle of 148.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBA2 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 162 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.14 |
| HSL | 148.62º | 0.6% | 0.65% | - |
| HSV(B) | 148.62º | 0.5% | 0.86% | - |
| XYZ | 38.28 | 56.59 | 43.09 | - |
| YUV | 179.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 162 | 0.50 | 0 | 0.26 | 0.14 | 148.62 | 0.6 | 0.65 |
| Hex | 6E | DB | A2 | 32 | 0 | 1A | E | 95 | 3C | 41 |
| Octal | 156 | 333 | 242 | 62 | 0 | 32 | 16 | 225 | 74 | 101 |
| Binary | 1101110 | 11011011 | 10100010 | 110010 | 0 | 11010 | 1110 | 10010101 | 111100 | 1000001 |
Color Harmonies of #6EDBA2
Complementary color
Monochromatic Colors of #6EDBA2
Black with #6EDBA2
Text Example
Text Example
White with #6EDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBA2; }
p { color: rgb(110,219,162); }
H1.HeaderClassName
{
color: #6EDBA2;
}
.AnyTagClassName
{
color: #6EDBA2;
}
</style>
background-color css
<style>
a { background-color: #6EDBA2; }
a { background-color: rgb(110,219,162); }
div.DivClassName
{
background-color: #6EDBA2;
}
.BgClassName
{
background-color: #6EDBA2;
}
</style>
border-color css
<style>
span { border-color: #6EDBA2; }
span { border-color: rgb(110,219,162); }
td.TdClassName
{
border-color: #6EDBA2;
}
.TagClassName
{
border-color: #6EDBA2;
}
</style>