Shades of Medium Aquamarine #6EDBA6
Tints of Medium Aquamarine #6EDBA6
RGB
CMYK
RGB Variations
Color information
#6EDBA6 (or 0x6EDBA6) is known color: Medium Aquamarine. HEX triplet: 6E, DB and A6. RGB value is (110,219,166). Sum of RGB (Red+Green+Blue) = 110+219+166=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDBA6 is #912459. Grayscale: #B4B4B4. Windows color (decimal): -9512026 or 10935150. OLE color: 10935150.
HSL color Cylindrical-coordinate representation of color #6EDBA6: hue angle of 150.83º 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 #6EDBA6 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 166 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.14 |
| HSL | 150.83º | 0.6% | 0.65% | - |
| HSV(B) | 150.83º | 0.5% | 0.86% | - |
| XYZ | 38.64 | 56.73 | 44.99 | - |
| YUV | 180.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 166 | 0.50 | 0 | 0.24 | 0.14 | 150.83 | 0.6 | 0.65 |
| Hex | 6E | DB | A6 | 32 | 0 | 18 | E | 97 | 3C | 41 |
| Octal | 156 | 333 | 246 | 62 | 0 | 30 | 16 | 227 | 74 | 101 |
| Binary | 1101110 | 11011011 | 10100110 | 110010 | 0 | 11000 | 1110 | 10010111 | 111100 | 1000001 |
Color Harmonies of #6EDBA6
Complementary color
Monochromatic Colors of #6EDBA6
Black with #6EDBA6
Text Example
Text Example
White with #6EDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBA6; }
p { color: rgb(110,219,166); }
H1.HeaderClassName
{
color: #6EDBA6;
}
.AnyTagClassName
{
color: #6EDBA6;
}
</style>
background-color css
<style>
a { background-color: #6EDBA6; }
a { background-color: rgb(110,219,166); }
div.DivClassName
{
background-color: #6EDBA6;
}
.BgClassName
{
background-color: #6EDBA6;
}
</style>
border-color css
<style>
span { border-color: #6EDBA6; }
span { border-color: rgb(110,219,166); }
td.TdClassName
{
border-color: #6EDBA6;
}
.TagClassName
{
border-color: #6EDBA6;
}
</style>