Shades of Medium Aquamarine #6DDDAD
Tints of Medium Aquamarine #6DDDAD
RGB
CMYK
RGB Variations
Color information
#6DDDAD (or 0x6DDDAD) is known color: Medium Aquamarine. HEX triplet: 6D, DD and AD. RGB value is (109,221,173). Sum of RGB (Red+Green+Blue) = 109+221+173=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDAD is #922252. Grayscale: #B6B6B6. Windows color (decimal): -9577043 or 11394413. OLE color: 11394413.
HSL color Cylindrical-coordinate representation of color #6DDDAD: hue angle of 154.29º 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 #6DDDAD is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 173 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.13 |
| HSL | 154.29º | 0.62% | 0.65% | - |
| HSV(B) | 154.29º | 0.51% | 0.87% | - |
| XYZ | 39.71 | 57.98 | 48.63 | - |
| YUV | 182.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 173 | 0.51 | 0 | 0.22 | 0.13 | 154.29 | 0.62 | 0.65 |
| Hex | 6D | DD | AD | 33 | 0 | 16 | D | 9A | 3E | 41 |
| Octal | 155 | 335 | 255 | 63 | 0 | 26 | 15 | 232 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10101101 | 110011 | 0 | 10110 | 1101 | 10011010 | 111110 | 1000001 |
Color Harmonies of #6DDDAD
Complementary color
Monochromatic Colors of #6DDDAD
Black with #6DDDAD
Text Example
Text Example
White with #6DDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDAD; }
p { color: rgb(109,221,173); }
H1.HeaderClassName
{
color: #6DDDAD;
}
.AnyTagClassName
{
color: #6DDDAD;
}
</style>
background-color css
<style>
a { background-color: #6DDDAD; }
a { background-color: rgb(109,221,173); }
div.DivClassName
{
background-color: #6DDDAD;
}
.BgClassName
{
background-color: #6DDDAD;
}
</style>
border-color css
<style>
span { border-color: #6DDDAD; }
span { border-color: rgb(109,221,173); }
td.TdClassName
{
border-color: #6DDDAD;
}
.TagClassName
{
border-color: #6DDDAD;
}
</style>