Shades of Medium Aquamarine #6DD99B
Tints of Medium Aquamarine #6DD99B
RGB
CMYK
RGB Variations
Color information
#6DD99B (or 0x6DD99B) is known color: Medium Aquamarine. HEX triplet: 6D, D9 and 9B. RGB value is (109,217,155). Sum of RGB (Red+Green+Blue) = 109+217+155=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD99B is #922664. Grayscale: #B1B1B1. Windows color (decimal): -9578085 or 10213741. OLE color: 10213741.
HSL color Cylindrical-coordinate representation of color #6DD99B: hue angle of 145.56º 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 #6DD99B is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 155 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.15 |
| HSL | 145.56º | 0.59% | 0.64% | - |
| HSV(B) | 145.56º | 0.5% | 0.85% | - |
| XYZ | 37.04 | 55.24 | 39.72 | - |
| YUV | 177.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 155 | 0.50 | 0 | 0.29 | 0.15 | 145.56 | 0.59 | 0.64 |
| Hex | 6D | D9 | 9B | 32 | 0 | 1D | F | 92 | 3B | 40 |
| Octal | 155 | 331 | 233 | 62 | 0 | 35 | 17 | 222 | 73 | 100 |
| Binary | 1101101 | 11011001 | 10011011 | 110010 | 0 | 11101 | 1111 | 10010010 | 111011 | 1000000 |
Color Harmonies of #6DD99B
Complementary color
Monochromatic Colors of #6DD99B
Black with #6DD99B
Text Example
Text Example
White with #6DD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD99B; }
p { color: rgb(109,217,155); }
H1.HeaderClassName
{
color: #6DD99B;
}
.AnyTagClassName
{
color: #6DD99B;
}
</style>
background-color css
<style>
a { background-color: #6DD99B; }
a { background-color: rgb(109,217,155); }
div.DivClassName
{
background-color: #6DD99B;
}
.BgClassName
{
background-color: #6DD99B;
}
</style>
border-color css
<style>
span { border-color: #6DD99B; }
span { border-color: rgb(109,217,155); }
td.TdClassName
{
border-color: #6DD99B;
}
.TagClassName
{
border-color: #6DD99B;
}
</style>