Shades of Medium Aquamarine #6DD99A
Tints of Medium Aquamarine #6DD99A
RGB
CMYK
RGB Variations
Color information
#6DD99A (or 0x6DD99A) is known color: Medium Aquamarine. HEX triplet: 6D, D9 and 9A. RGB value is (109,217,154). Sum of RGB (Red+Green+Blue) = 109+217+154=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD99A is #922665. Grayscale: #B1B1B1. Windows color (decimal): -9578086 or 10148205. OLE color: 10148205.
HSL color Cylindrical-coordinate representation of color #6DD99A: hue angle of 145º 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 #6DD99A is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 154 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.15 |
| HSL | 145º | 0.59% | 0.64% | - |
| HSV(B) | 145º | 0.5% | 0.85% | - |
| XYZ | 36.95 | 55.21 | 39.28 | - |
| YUV | 177.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 154 | 0.50 | 0 | 0.29 | 0.15 | 145 | 0.59 | 0.64 |
| Hex | 6D | D9 | 9A | 32 | 0 | 1D | F | 91 | 3B | 40 |
| Octal | 155 | 331 | 232 | 62 | 0 | 35 | 17 | 221 | 73 | 100 |
| Binary | 1101101 | 11011001 | 10011010 | 110010 | 0 | 11101 | 1111 | 10010001 | 111011 | 1000000 |
Color Harmonies of #6DD99A
Complementary color
Monochromatic Colors of #6DD99A
Black with #6DD99A
Text Example
Text Example
White with #6DD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD99A; }
p { color: rgb(109,217,154); }
H1.HeaderClassName
{
color: #6DD99A;
}
.AnyTagClassName
{
color: #6DD99A;
}
</style>
background-color css
<style>
a { background-color: #6DD99A; }
a { background-color: rgb(109,217,154); }
div.DivClassName
{
background-color: #6DD99A;
}
.BgClassName
{
background-color: #6DD99A;
}
</style>
border-color css
<style>
span { border-color: #6DD99A; }
span { border-color: rgb(109,217,154); }
td.TdClassName
{
border-color: #6DD99A;
}
.TagClassName
{
border-color: #6DD99A;
}
</style>