Shades of Medium Aquamarine #6DD2AA
Tints of Medium Aquamarine #6DD2AA
RGB
CMYK
RGB Variations
Color information
#6DD2AA (or 0x6DD2AA) is known color: Medium Aquamarine. HEX triplet: 6D, D2 and AA. RGB value is (109,210,170). Sum of RGB (Red+Green+Blue) = 109+210+170=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD2AA is #922D55. Grayscale: #AFAFAF. Windows color (decimal): -9579862 or 11194989. OLE color: 11194989.
HSL color Cylindrical-coordinate representation of color #6DD2AA: hue angle of 156.24º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD2AA is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 170 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.18 |
| HSL | 156.24º | 0.53% | 0.63% | - |
| HSV(B) | 156.24º | 0.48% | 0.82% | - |
| XYZ | 36.61 | 52.25 | 46.19 | - |
| YUV | 175.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 170 | 0.48 | 0 | 0.19 | 0.18 | 156.24 | 0.53 | 0.63 |
| Hex | 6D | D2 | AA | 30 | 0 | 13 | 12 | 9C | 35 | 3F |
| Octal | 155 | 322 | 252 | 60 | 0 | 23 | 22 | 234 | 65 | 77 |
| Binary | 1101101 | 11010010 | 10101010 | 110000 | 0 | 10011 | 10010 | 10011100 | 110101 | 111111 |
Color Harmonies of #6DD2AA
Complementary color
Monochromatic Colors of #6DD2AA
Black with #6DD2AA
Text Example
Text Example
White with #6DD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2AA; }
p { color: rgb(109,210,170); }
H1.HeaderClassName
{
color: #6DD2AA;
}
.AnyTagClassName
{
color: #6DD2AA;
}
</style>
background-color css
<style>
a { background-color: #6DD2AA; }
a { background-color: rgb(109,210,170); }
div.DivClassName
{
background-color: #6DD2AA;
}
.BgClassName
{
background-color: #6DD2AA;
}
</style>
border-color css
<style>
span { border-color: #6DD2AA; }
span { border-color: rgb(109,210,170); }
td.TdClassName
{
border-color: #6DD2AA;
}
.TagClassName
{
border-color: #6DD2AA;
}
</style>