Shades of Medium Aquamarine #6DD99D
Tints of Medium Aquamarine #6DD99D
RGB
CMYK
RGB Variations
Color information
#6DD99D (or 0x6DD99D) is known color: Medium Aquamarine. HEX triplet: 6D, D9 and 9D. RGB value is (109,217,157). Sum of RGB (Red+Green+Blue) = 109+217+157=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD99D is #922662. Grayscale: #B2B2B2. Windows color (decimal): -9578083 or 10344813. OLE color: 10344813.
HSL color Cylindrical-coordinate representation of color #6DD99D: hue angle of 146.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD99D is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 157 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.15 |
| HSL | 146.67º | 0.59% | 0.64% | - |
| HSV(B) | 146.67º | 0.5% | 0.85% | - |
| XYZ | 37.21 | 55.31 | 40.61 | - |
| YUV | 177.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 157 | 0.50 | 0 | 0.28 | 0.15 | 146.67 | 0.59 | 0.64 |
| Hex | 6D | D9 | 9D | 32 | 0 | 1C | F | 93 | 3B | 40 |
| Octal | 155 | 331 | 235 | 62 | 0 | 34 | 17 | 223 | 73 | 100 |
| Binary | 1101101 | 11011001 | 10011101 | 110010 | 0 | 11100 | 1111 | 10010011 | 111011 | 1000000 |
Color Harmonies of #6DD99D
Complementary color
Monochromatic Colors of #6DD99D
Black with #6DD99D
Text Example
Text Example
White with #6DD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD99D; }
p { color: rgb(109,217,157); }
H1.HeaderClassName
{
color: #6DD99D;
}
.AnyTagClassName
{
color: #6DD99D;
}
</style>
background-color css
<style>
a { background-color: #6DD99D; }
a { background-color: rgb(109,217,157); }
div.DivClassName
{
background-color: #6DD99D;
}
.BgClassName
{
background-color: #6DD99D;
}
</style>
border-color css
<style>
span { border-color: #6DD99D; }
span { border-color: rgb(109,217,157); }
td.TdClassName
{
border-color: #6DD99D;
}
.TagClassName
{
border-color: #6DD99D;
}
</style>