Shades of Medium Aquamarine #6DD1AA
Tints of Medium Aquamarine #6DD1AA
RGB
CMYK
RGB Variations
Color information
#6DD1AA (or 0x6DD1AA) is known color: Medium Aquamarine. HEX triplet: 6D, D1 and AA. RGB value is (109,209,170). Sum of RGB (Red+Green+Blue) = 109+209+170=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD1AA is #922E55. Grayscale: #AEAEAE. Windows color (decimal): -9580118 or 11194733. OLE color: 11194733.
HSL color Cylindrical-coordinate representation of color #6DD1AA: hue angle of 156.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD1AA is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 209 | 170 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.18 |
| HSL | 156.6º | 0.52% | 0.62% | - |
| HSV(B) | 156.6º | 0.48% | 0.82% | - |
| XYZ | 36.36 | 51.75 | 46.1 | - |
| YUV | 174.65 | 125.37 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 209 | 170 | 0.48 | 0 | 0.19 | 0.18 | 156.6 | 0.52 | 0.62 |
| Hex | 6D | D1 | AA | 30 | 0 | 13 | 12 | 9D | 34 | 3E |
| Octal | 155 | 321 | 252 | 60 | 0 | 23 | 22 | 235 | 64 | 76 |
| Binary | 1101101 | 11010001 | 10101010 | 110000 | 0 | 10011 | 10010 | 10011101 | 110100 | 111110 |
Color Harmonies of #6DD1AA
Complementary color
Monochromatic Colors of #6DD1AA
Black with #6DD1AA
Text Example
Text Example
White with #6DD1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD1AA; }
p { color: rgb(109,209,170); }
H1.HeaderClassName
{
color: #6DD1AA;
}
.AnyTagClassName
{
color: #6DD1AA;
}
</style>
background-color css
<style>
a { background-color: #6DD1AA; }
a { background-color: rgb(109,209,170); }
div.DivClassName
{
background-color: #6DD1AA;
}
.BgClassName
{
background-color: #6DD1AA;
}
</style>
border-color css
<style>
span { border-color: #6DD1AA; }
span { border-color: rgb(109,209,170); }
td.TdClassName
{
border-color: #6DD1AA;
}
.TagClassName
{
border-color: #6DD1AA;
}
</style>