Shades of Medium Aquamarine #6DD2AF
Tints of Medium Aquamarine #6DD2AF
RGB
CMYK
RGB Variations
Color information
#6DD2AF (or 0x6DD2AF) is known color: Medium Aquamarine. HEX triplet: 6D, D2 and AF. RGB value is (109,210,175). Sum of RGB (Red+Green+Blue) = 109+210+175=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD2AF is #922D50. Grayscale: #AFAFAF. Windows color (decimal): -9579857 or 11522669. OLE color: 11522669.
HSL color Cylindrical-coordinate representation of color #6DD2AF: hue angle of 159.21º 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 #6DD2AF is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 175 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.18 |
| HSL | 159.21º | 0.53% | 0.63% | - |
| HSV(B) | 159.21º | 0.48% | 0.82% | - |
| XYZ | 37.09 | 52.44 | 48.72 | - |
| YUV | 175.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 175 | 0.48 | 0 | 0.17 | 0.18 | 159.21 | 0.53 | 0.63 |
| Hex | 6D | D2 | AF | 30 | 0 | 11 | 12 | 9F | 35 | 3F |
| Octal | 155 | 322 | 257 | 60 | 0 | 21 | 22 | 237 | 65 | 77 |
| Binary | 1101101 | 11010010 | 10101111 | 110000 | 0 | 10001 | 10010 | 10011111 | 110101 | 111111 |
Color Harmonies of #6DD2AF
Complementary color
Monochromatic Colors of #6DD2AF
Black with #6DD2AF
Text Example
Text Example
White with #6DD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2AF; }
p { color: rgb(109,210,175); }
H1.HeaderClassName
{
color: #6DD2AF;
}
.AnyTagClassName
{
color: #6DD2AF;
}
</style>
background-color css
<style>
a { background-color: #6DD2AF; }
a { background-color: rgb(109,210,175); }
div.DivClassName
{
background-color: #6DD2AF;
}
.BgClassName
{
background-color: #6DD2AF;
}
</style>
border-color css
<style>
span { border-color: #6DD2AF; }
span { border-color: rgb(109,210,175); }
td.TdClassName
{
border-color: #6DD2AF;
}
.TagClassName
{
border-color: #6DD2AF;
}
</style>