Shades of Medium Aquamarine #6DDB9F
Tints of Medium Aquamarine #6DDB9F
RGB
CMYK
RGB Variations
Color information
#6DDB9F (or 0x6DDB9F) is known color: Medium Aquamarine. HEX triplet: 6D, DB and 9F. RGB value is (109,219,159). Sum of RGB (Red+Green+Blue) = 109+219+159=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDB9F is #922460. Grayscale: #B3B3B3. Windows color (decimal): -9577569 or 10476397. OLE color: 10476397.
HSL color Cylindrical-coordinate representation of color #6DDB9F: hue angle of 147.27º 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 #6DDB9F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 159 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.14 |
| HSL | 147.27º | 0.6% | 0.64% | - |
| HSV(B) | 147.27º | 0.5% | 0.86% | - |
| XYZ | 37.9 | 56.42 | 41.69 | - |
| YUV | 179.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 159 | 0.50 | 0 | 0.27 | 0.14 | 147.27 | 0.6 | 0.64 |
| Hex | 6D | DB | 9F | 32 | 0 | 1B | E | 93 | 3C | 40 |
| Octal | 155 | 333 | 237 | 62 | 0 | 33 | 16 | 223 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10011111 | 110010 | 0 | 11011 | 1110 | 10010011 | 111100 | 1000000 |
Color Harmonies of #6DDB9F
Complementary color
Monochromatic Colors of #6DDB9F
Black with #6DDB9F
Text Example
Text Example
White with #6DDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB9F; }
p { color: rgb(109,219,159); }
H1.HeaderClassName
{
color: #6DDB9F;
}
.AnyTagClassName
{
color: #6DDB9F;
}
</style>
background-color css
<style>
a { background-color: #6DDB9F; }
a { background-color: rgb(109,219,159); }
div.DivClassName
{
background-color: #6DDB9F;
}
.BgClassName
{
background-color: #6DDB9F;
}
</style>
border-color css
<style>
span { border-color: #6DDB9F; }
span { border-color: rgb(109,219,159); }
td.TdClassName
{
border-color: #6DDB9F;
}
.TagClassName
{
border-color: #6DDB9F;
}
</style>