Shades of Medium Aquamarine #6DDDAB
Tints of Medium Aquamarine #6DDDAB
RGB
CMYK
RGB Variations
Color information
#6DDDAB (or 0x6DDDAB) is known color: Medium Aquamarine. HEX triplet: 6D, DD and AB. RGB value is (109,221,171). Sum of RGB (Red+Green+Blue) = 109+221+171=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDAB is #922254. Grayscale: #B5B5B5. Windows color (decimal): -9577045 or 11263341. OLE color: 11263341.
HSL color Cylindrical-coordinate representation of color #6DDDAB: hue angle of 153.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDAB is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 171 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.13 |
| HSL | 153.21º | 0.62% | 0.65% | - |
| HSV(B) | 153.21º | 0.51% | 0.87% | - |
| XYZ | 39.51 | 57.9 | 47.62 | - |
| YUV | 181.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 171 | 0.51 | 0 | 0.23 | 0.13 | 153.21 | 0.62 | 0.65 |
| Hex | 6D | DD | AB | 33 | 0 | 17 | D | 99 | 3E | 41 |
| Octal | 155 | 335 | 253 | 63 | 0 | 27 | 15 | 231 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10101011 | 110011 | 0 | 10111 | 1101 | 10011001 | 111110 | 1000001 |
Color Harmonies of #6DDDAB
Complementary color
Monochromatic Colors of #6DDDAB
Black with #6DDDAB
Text Example
Text Example
White with #6DDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDAB; }
p { color: rgb(109,221,171); }
H1.HeaderClassName
{
color: #6DDDAB;
}
.AnyTagClassName
{
color: #6DDDAB;
}
</style>
background-color css
<style>
a { background-color: #6DDDAB; }
a { background-color: rgb(109,221,171); }
div.DivClassName
{
background-color: #6DDDAB;
}
.BgClassName
{
background-color: #6DDDAB;
}
</style>
border-color css
<style>
span { border-color: #6DDDAB; }
span { border-color: rgb(109,221,171); }
td.TdClassName
{
border-color: #6DDDAB;
}
.TagClassName
{
border-color: #6DDDAB;
}
</style>