Shades of Medium Aquamarine #6DD5A0
Tints of Medium Aquamarine #6DD5A0
RGB
CMYK
RGB Variations
Color information
#6DD5A0 (or 0x6DD5A0) is known color: Medium Aquamarine. HEX triplet: 6D, D5 and A0. RGB value is (109,213,160). Sum of RGB (Red+Green+Blue) = 109+213+160=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5A0 is #922A5F. Grayscale: #AFAFAF. Windows color (decimal): -9579104 or 10540397. OLE color: 10540397.
HSL color Cylindrical-coordinate representation of color #6DD5A0: hue angle of 149.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5A0 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 213 | 160 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.16 |
| HSL | 149.42º | 0.55% | 0.63% | - |
| HSV(B) | 149.42º | 0.49% | 0.84% | - |
| XYZ | 36.45 | 53.38 | 41.64 | - |
| YUV | 175.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 213 | 160 | 0.49 | 0 | 0.25 | 0.16 | 149.42 | 0.55 | 0.63 |
| Hex | 6D | D5 | A0 | 31 | 0 | 19 | 10 | 95 | 37 | 3F |
| Octal | 155 | 325 | 240 | 61 | 0 | 31 | 20 | 225 | 67 | 77 |
| Binary | 1101101 | 11010101 | 10100000 | 110001 | 0 | 11001 | 10000 | 10010101 | 110111 | 111111 |
Color Harmonies of #6DD5A0
Complementary color
Monochromatic Colors of #6DD5A0
Black with #6DD5A0
Text Example
Text Example
White with #6DD5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD5A0; }
p { color: rgb(109,213,160); }
H1.HeaderClassName
{
color: #6DD5A0;
}
.AnyTagClassName
{
color: #6DD5A0;
}
</style>
background-color css
<style>
a { background-color: #6DD5A0; }
a { background-color: rgb(109,213,160); }
div.DivClassName
{
background-color: #6DD5A0;
}
.BgClassName
{
background-color: #6DD5A0;
}
</style>
border-color css
<style>
span { border-color: #6DD5A0; }
span { border-color: rgb(109,213,160); }
td.TdClassName
{
border-color: #6DD5A0;
}
.TagClassName
{
border-color: #6DD5A0;
}
</style>