Shades of Medium Aquamarine #6DDA9F
Tints of Medium Aquamarine #6DDA9F
RGB
CMYK
RGB Variations
Color information
#6DDA9F (or 0x6DDA9F) is known color: Medium Aquamarine. HEX triplet: 6D, DA and 9F. RGB value is (109,218,159). Sum of RGB (Red+Green+Blue) = 109+218+159=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDA9F is #922560. Grayscale: #B2B2B2. Windows color (decimal): -9577825 or 10476141. OLE color: 10476141.
HSL color Cylindrical-coordinate representation of color #6DDA9F: hue angle of 147.52º degrees, saturation: 0.6, 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 #6DDA9F is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 159 | - |
| CMYK | 0.5 | 0 | 0.27 | 0.15 |
| HSL | 147.52º | 0.6% | 0.64% | - |
| HSV(B) | 147.52º | 0.5% | 0.85% | - |
| XYZ | 37.64 | 55.9 | 41.61 | - |
| YUV | 178.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 159 | 0.5 | 0 | 0.27 | 0.15 | 147.52 | 0.6 | 0.64 |
| Hex | 6D | DA | 9F | 32 | 0 | 1B | F | 94 | 3C | 40 |
| Octal | 155 | 332 | 237 | 62 | 0 | 33 | 17 | 224 | 74 | 100 |
| Binary | 1101101 | 11011010 | 10011111 | 110010 | 0 | 11011 | 1111 | 10010100 | 111100 | 1000000 |
Color Harmonies of #6DDA9F
Complementary color
Monochromatic Colors of #6DDA9F
Black with #6DDA9F
Text Example
Text Example
White with #6DDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA9F; }
p { color: rgb(109,218,159); }
H1.HeaderClassName
{
color: #6DDA9F;
}
.AnyTagClassName
{
color: #6DDA9F;
}
</style>
background-color css
<style>
a { background-color: #6DDA9F; }
a { background-color: rgb(109,218,159); }
div.DivClassName
{
background-color: #6DDA9F;
}
.BgClassName
{
background-color: #6DDA9F;
}
</style>
border-color css
<style>
span { border-color: #6DDA9F; }
span { border-color: rgb(109,218,159); }
td.TdClassName
{
border-color: #6DDA9F;
}
.TagClassName
{
border-color: #6DDA9F;
}
</style>