Shades of Medium Aquamarine #6EDBA1
Tints of Medium Aquamarine #6EDBA1
RGB
CMYK
RGB Variations
Color information
#6EDBA1 (or 0x6EDBA1) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A1. RGB value is (110,219,161). Sum of RGB (Red+Green+Blue) = 110+219+161=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA1 is #91245E. Grayscale: #B3B3B3. Windows color (decimal): -9512031 or 10607470. OLE color: 10607470.
HSL color Cylindrical-coordinate representation of color #6EDBA1: hue angle of 148.07º 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 #6EDBA1 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 161 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.14 |
| HSL | 148.07º | 0.6% | 0.65% | - |
| HSV(B) | 148.07º | 0.5% | 0.86% | - |
| XYZ | 38.19 | 56.55 | 42.62 | - |
| YUV | 179.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 161 | 0.50 | 0 | 0.26 | 0.14 | 148.07 | 0.6 | 0.65 |
| Hex | 6E | DB | A1 | 32 | 0 | 1A | E | 94 | 3C | 41 |
| Octal | 156 | 333 | 241 | 62 | 0 | 32 | 16 | 224 | 74 | 101 |
| Binary | 1101110 | 11011011 | 10100001 | 110010 | 0 | 11010 | 1110 | 10010100 | 111100 | 1000001 |
Color Harmonies of #6EDBA1
Complementary color
Monochromatic Colors of #6EDBA1
Black with #6EDBA1
Text Example
Text Example
White with #6EDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBA1; }
p { color: rgb(110,219,161); }
H1.HeaderClassName
{
color: #6EDBA1;
}
.AnyTagClassName
{
color: #6EDBA1;
}
</style>
background-color css
<style>
a { background-color: #6EDBA1; }
a { background-color: rgb(110,219,161); }
div.DivClassName
{
background-color: #6EDBA1;
}
.BgClassName
{
background-color: #6EDBA1;
}
</style>
border-color css
<style>
span { border-color: #6EDBA1; }
span { border-color: rgb(110,219,161); }
td.TdClassName
{
border-color: #6EDBA1;
}
.TagClassName
{
border-color: #6EDBA1;
}
</style>