Shades of Medium Aquamarine #6DDBA3
Tints of Medium Aquamarine #6DDBA3
RGB
CMYK
RGB Variations
Color information
#6DDBA3 (or 0x6DDBA3) is known color: Medium Aquamarine. HEX triplet: 6D, DB and A3. RGB value is (109,219,163). Sum of RGB (Red+Green+Blue) = 109+219+163=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBA3 is #92245C. Grayscale: #B3B3B3. Windows color (decimal): -9577565 or 10738541. OLE color: 10738541.
HSL color Cylindrical-coordinate representation of color #6DDBA3: hue angle of 149.45º 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 #6DDBA3 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 163 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.14 |
| HSL | 149.45º | 0.6% | 0.64% | - |
| HSV(B) | 149.45º | 0.5% | 0.86% | - |
| XYZ | 38.25 | 56.56 | 43.55 | - |
| YUV | 179.73 | 118.56 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 163 | 0.50 | 0 | 0.26 | 0.14 | 149.45 | 0.6 | 0.64 |
| Hex | 6D | DB | A3 | 32 | 0 | 1A | E | 95 | 3C | 40 |
| Octal | 155 | 333 | 243 | 62 | 0 | 32 | 16 | 225 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10100011 | 110010 | 0 | 11010 | 1110 | 10010101 | 111100 | 1000000 |
Color Harmonies of #6DDBA3
Complementary color
Monochromatic Colors of #6DDBA3
Black with #6DDBA3
Text Example
Text Example
White with #6DDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBA3; }
p { color: rgb(109,219,163); }
H1.HeaderClassName
{
color: #6DDBA3;
}
.AnyTagClassName
{
color: #6DDBA3;
}
</style>
background-color css
<style>
a { background-color: #6DDBA3; }
a { background-color: rgb(109,219,163); }
div.DivClassName
{
background-color: #6DDBA3;
}
.BgClassName
{
background-color: #6DDBA3;
}
</style>
border-color css
<style>
span { border-color: #6DDBA3; }
span { border-color: rgb(109,219,163); }
td.TdClassName
{
border-color: #6DDBA3;
}
.TagClassName
{
border-color: #6DDBA3;
}
</style>