Shades of Medium Aquamarine #6DD2AD
Tints of Medium Aquamarine #6DD2AD
RGB
CMYK
RGB Variations
Color information
#6DD2AD (or 0x6DD2AD) is known color: Medium Aquamarine. HEX triplet: 6D, D2 and AD. RGB value is (109,210,173). Sum of RGB (Red+Green+Blue) = 109+210+173=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD2AD is #922D52. Grayscale: #AFAFAF. Windows color (decimal): -9579859 or 11391597. OLE color: 11391597.
HSL color Cylindrical-coordinate representation of color #6DD2AD: hue angle of 158.02º 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 #6DD2AD is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 173 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.18 |
| HSL | 158.02º | 0.53% | 0.63% | - |
| HSV(B) | 158.02º | 0.48% | 0.82% | - |
| XYZ | 36.9 | 52.36 | 47.7 | - |
| YUV | 175.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 173 | 0.48 | 0 | 0.18 | 0.18 | 158.02 | 0.53 | 0.63 |
| Hex | 6D | D2 | AD | 30 | 0 | 12 | 12 | 9E | 35 | 3F |
| Octal | 155 | 322 | 255 | 60 | 0 | 22 | 22 | 236 | 65 | 77 |
| Binary | 1101101 | 11010010 | 10101101 | 110000 | 0 | 10010 | 10010 | 10011110 | 110101 | 111111 |
Color Harmonies of #6DD2AD
Complementary color
Monochromatic Colors of #6DD2AD
Black with #6DD2AD
Text Example
Text Example
White with #6DD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2AD; }
p { color: rgb(109,210,173); }
H1.HeaderClassName
{
color: #6DD2AD;
}
.AnyTagClassName
{
color: #6DD2AD;
}
</style>
background-color css
<style>
a { background-color: #6DD2AD; }
a { background-color: rgb(109,210,173); }
div.DivClassName
{
background-color: #6DD2AD;
}
.BgClassName
{
background-color: #6DD2AD;
}
</style>
border-color css
<style>
span { border-color: #6DD2AD; }
span { border-color: rgb(109,210,173); }
td.TdClassName
{
border-color: #6DD2AD;
}
.TagClassName
{
border-color: #6DD2AD;
}
</style>