Shades of Medium Aquamarine #6DDDA2
Tints of Medium Aquamarine #6DDDA2
RGB
CMYK
RGB Variations
Color information
#6DDDA2 (or 0x6DDDA2) is known color: Medium Aquamarine. HEX triplet: 6D, DD and A2. RGB value is (109,221,162). Sum of RGB (Red+Green+Blue) = 109+221+162=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDA2 is #92225D. Grayscale: #B4B4B4. Windows color (decimal): -9577054 or 10673517. OLE color: 10673517.
HSL color Cylindrical-coordinate representation of color #6DDDA2: hue angle of 148.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDA2 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 162 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.13 |
| HSL | 148.39º | 0.62% | 0.65% | - |
| HSV(B) | 148.39º | 0.51% | 0.87% | - |
| XYZ | 38.68 | 57.57 | 43.26 | - |
| YUV | 180.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 162 | 0.51 | 0 | 0.27 | 0.13 | 148.39 | 0.62 | 0.65 |
| Hex | 6D | DD | A2 | 33 | 0 | 1B | D | 94 | 3E | 41 |
| Octal | 155 | 335 | 242 | 63 | 0 | 33 | 15 | 224 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10100010 | 110011 | 0 | 11011 | 1101 | 10010100 | 111110 | 1000001 |
Color Harmonies of #6DDDA2
Complementary color
Monochromatic Colors of #6DDDA2
Black with #6DDDA2
Text Example
Text Example
White with #6DDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDA2; }
p { color: rgb(109,221,162); }
H1.HeaderClassName
{
color: #6DDDA2;
}
.AnyTagClassName
{
color: #6DDDA2;
}
</style>
background-color css
<style>
a { background-color: #6DDDA2; }
a { background-color: rgb(109,221,162); }
div.DivClassName
{
background-color: #6DDDA2;
}
.BgClassName
{
background-color: #6DDDA2;
}
</style>
border-color css
<style>
span { border-color: #6DDDA2; }
span { border-color: rgb(109,221,162); }
td.TdClassName
{
border-color: #6DDDA2;
}
.TagClassName
{
border-color: #6DDDA2;
}
</style>