Shades of Medium Aquamarine #6DDBA0
Tints of Medium Aquamarine #6DDBA0
RGB
CMYK
RGB Variations
Color information
#6DDBA0 (or 0x6DDBA0) is known color: Medium Aquamarine. HEX triplet: 6D, DB and A0. RGB value is (109,219,160). Sum of RGB (Red+Green+Blue) = 109+219+160=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBA0 is #92245F. Grayscale: #B3B3B3. Windows color (decimal): -9577568 or 10541933. OLE color: 10541933.
HSL color Cylindrical-coordinate representation of color #6DDBA0: hue angle of 147.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBA0 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 160 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.14 |
| HSL | 147.82º | 0.6% | 0.64% | - |
| HSV(B) | 147.82º | 0.5% | 0.86% | - |
| XYZ | 37.98 | 56.45 | 42.15 | - |
| YUV | 179.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 160 | 0.50 | 0 | 0.27 | 0.14 | 147.82 | 0.6 | 0.64 |
| Hex | 6D | DB | A0 | 32 | 0 | 1B | E | 94 | 3C | 40 |
| Octal | 155 | 333 | 240 | 62 | 0 | 33 | 16 | 224 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10100000 | 110010 | 0 | 11011 | 1110 | 10010100 | 111100 | 1000000 |
Color Harmonies of #6DDBA0
Complementary color
Monochromatic Colors of #6DDBA0
Black with #6DDBA0
Text Example
Text Example
White with #6DDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBA0; }
p { color: rgb(109,219,160); }
H1.HeaderClassName
{
color: #6DDBA0;
}
.AnyTagClassName
{
color: #6DDBA0;
}
</style>
background-color css
<style>
a { background-color: #6DDBA0; }
a { background-color: rgb(109,219,160); }
div.DivClassName
{
background-color: #6DDBA0;
}
.BgClassName
{
background-color: #6DDBA0;
}
</style>
border-color css
<style>
span { border-color: #6DDBA0; }
span { border-color: rgb(109,219,160); }
td.TdClassName
{
border-color: #6DDBA0;
}
.TagClassName
{
border-color: #6DDBA0;
}
</style>