Shades of Medium Aquamarine #6DDCA2
Tints of Medium Aquamarine #6DDCA2
RGB
CMYK
RGB Variations
Color information
#6DDCA2 (or 0x6DDCA2) is known color: Medium Aquamarine. HEX triplet: 6D, DC and A2. RGB value is (109,220,162). Sum of RGB (Red+Green+Blue) = 109+220+162=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDCA2 is #92235D. Grayscale: #B4B4B4. Windows color (decimal): -9577310 or 10673261. OLE color: 10673261.
HSL color Cylindrical-coordinate representation of color #6DDCA2: hue angle of 148.65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCA2 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 162 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.14 |
| HSL | 148.65º | 0.61% | 0.65% | - |
| HSV(B) | 148.65º | 0.5% | 0.86% | - |
| XYZ | 38.42 | 57.05 | 43.17 | - |
| YUV | 180.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 162 | 0.50 | 0 | 0.26 | 0.14 | 148.65 | 0.61 | 0.65 |
| Hex | 6D | DC | A2 | 32 | 0 | 1A | E | 95 | 3D | 41 |
| Octal | 155 | 334 | 242 | 62 | 0 | 32 | 16 | 225 | 75 | 101 |
| Binary | 1101101 | 11011100 | 10100010 | 110010 | 0 | 11010 | 1110 | 10010101 | 111101 | 1000001 |
Color Harmonies of #6DDCA2
Complementary color
Monochromatic Colors of #6DDCA2
Black with #6DDCA2
Text Example
Text Example
White with #6DDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCA2; }
p { color: rgb(109,220,162); }
H1.HeaderClassName
{
color: #6DDCA2;
}
.AnyTagClassName
{
color: #6DDCA2;
}
</style>
background-color css
<style>
a { background-color: #6DDCA2; }
a { background-color: rgb(109,220,162); }
div.DivClassName
{
background-color: #6DDCA2;
}
.BgClassName
{
background-color: #6DDCA2;
}
</style>
border-color css
<style>
span { border-color: #6DDCA2; }
span { border-color: rgb(109,220,162); }
td.TdClassName
{
border-color: #6DDCA2;
}
.TagClassName
{
border-color: #6DDCA2;
}
</style>