Shades of Medium Aquamarine #6DD2AB
Tints of Medium Aquamarine #6DD2AB
RGB
CMYK
RGB Variations
Color information
#6DD2AB (or 0x6DD2AB) is known color: Medium Aquamarine. HEX triplet: 6D, D2 and AB. RGB value is (109,210,171). Sum of RGB (Red+Green+Blue) = 109+210+171=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD2AB is #922D54. Grayscale: #AFAFAF. Windows color (decimal): -9579861 or 11260525. OLE color: 11260525.
HSL color Cylindrical-coordinate representation of color #6DD2AB: hue angle of 156.83º 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 #6DD2AB is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 171 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.18 |
| HSL | 156.83º | 0.53% | 0.63% | - |
| HSV(B) | 156.83º | 0.48% | 0.82% | - |
| XYZ | 36.7 | 52.28 | 46.69 | - |
| YUV | 175.36 | 125.54 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 171 | 0.48 | 0 | 0.19 | 0.18 | 156.83 | 0.53 | 0.63 |
| Hex | 6D | D2 | AB | 30 | 0 | 13 | 12 | 9D | 35 | 3F |
| Octal | 155 | 322 | 253 | 60 | 0 | 23 | 22 | 235 | 65 | 77 |
| Binary | 1101101 | 11010010 | 10101011 | 110000 | 0 | 10011 | 10010 | 10011101 | 110101 | 111111 |
Color Harmonies of #6DD2AB
Complementary color
Monochromatic Colors of #6DD2AB
Black with #6DD2AB
Text Example
Text Example
White with #6DD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2AB; }
p { color: rgb(109,210,171); }
H1.HeaderClassName
{
color: #6DD2AB;
}
.AnyTagClassName
{
color: #6DD2AB;
}
</style>
background-color css
<style>
a { background-color: #6DD2AB; }
a { background-color: rgb(109,210,171); }
div.DivClassName
{
background-color: #6DD2AB;
}
.BgClassName
{
background-color: #6DD2AB;
}
</style>
border-color css
<style>
span { border-color: #6DD2AB; }
span { border-color: rgb(109,210,171); }
td.TdClassName
{
border-color: #6DD2AB;
}
.TagClassName
{
border-color: #6DD2AB;
}
</style>