Shades of Medium Aquamarine #6DDBA2
Tints of Medium Aquamarine #6DDBA2
RGB
CMYK
RGB Variations
Color information
#6DDBA2 (or 0x6DDBA2) is known color: Medium Aquamarine. HEX triplet: 6D, DB and A2. RGB value is (109,219,162). Sum of RGB (Red+Green+Blue) = 109+219+162=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBA2 is #92245D. Grayscale: #B3B3B3. Windows color (decimal): -9577566 or 10673005. OLE color: 10673005.
HSL color Cylindrical-coordinate representation of color #6DDBA2: hue angle of 148.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBA2 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 162 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.14 |
| HSL | 148.91º | 0.6% | 0.64% | - |
| HSV(B) | 148.91º | 0.5% | 0.86% | - |
| XYZ | 38.16 | 56.52 | 43.08 | - |
| YUV | 179.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 162 | 0.50 | 0 | 0.26 | 0.14 | 148.91 | 0.6 | 0.64 |
| Hex | 6D | DB | A2 | 32 | 0 | 1A | E | 95 | 3C | 40 |
| Octal | 155 | 333 | 242 | 62 | 0 | 32 | 16 | 225 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10100010 | 110010 | 0 | 11010 | 1110 | 10010101 | 111100 | 1000000 |
Color Harmonies of #6DDBA2
Complementary color
Monochromatic Colors of #6DDBA2
Black with #6DDBA2
Text Example
Text Example
White with #6DDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBA2; }
p { color: rgb(109,219,162); }
H1.HeaderClassName
{
color: #6DDBA2;
}
.AnyTagClassName
{
color: #6DDBA2;
}
</style>
background-color css
<style>
a { background-color: #6DDBA2; }
a { background-color: rgb(109,219,162); }
div.DivClassName
{
background-color: #6DDBA2;
}
.BgClassName
{
background-color: #6DDBA2;
}
</style>
border-color css
<style>
span { border-color: #6DDBA2; }
span { border-color: rgb(109,219,162); }
td.TdClassName
{
border-color: #6DDBA2;
}
.TagClassName
{
border-color: #6DDBA2;
}
</style>