Shades of Medium Aquamarine #6DDBA4
Tints of Medium Aquamarine #6DDBA4
RGB
CMYK
RGB Variations
Color information
#6DDBA4 (or 0x6DDBA4) is known color: Medium Aquamarine. HEX triplet: 6D, DB and A4. RGB value is (109,219,164). Sum of RGB (Red+Green+Blue) = 109+219+164=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDBA4 is #92245B. Grayscale: #B3B3B3. Windows color (decimal): -9577564 or 10804077. OLE color: 10804077.
HSL color Cylindrical-coordinate representation of color #6DDBA4: hue angle of 150º 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 #6DDBA4 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 164 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.14 |
| HSL | 150º | 0.6% | 0.64% | - |
| HSV(B) | 150º | 0.5% | 0.86% | - |
| XYZ | 38.34 | 56.59 | 44.03 | - |
| YUV | 179.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 164 | 0.50 | 0 | 0.25 | 0.14 | 150 | 0.6 | 0.64 |
| Hex | 6D | DB | A4 | 32 | 0 | 19 | E | 96 | 3C | 40 |
| Octal | 155 | 333 | 244 | 62 | 0 | 31 | 16 | 226 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10100100 | 110010 | 0 | 11001 | 1110 | 10010110 | 111100 | 1000000 |
Color Harmonies of #6DDBA4
Complementary color
Monochromatic Colors of #6DDBA4
Black with #6DDBA4
Text Example
Text Example
White with #6DDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBA4; }
p { color: rgb(109,219,164); }
H1.HeaderClassName
{
color: #6DDBA4;
}
.AnyTagClassName
{
color: #6DDBA4;
}
</style>
background-color css
<style>
a { background-color: #6DDBA4; }
a { background-color: rgb(109,219,164); }
div.DivClassName
{
background-color: #6DDBA4;
}
.BgClassName
{
background-color: #6DDBA4;
}
</style>
border-color css
<style>
span { border-color: #6DDBA4; }
span { border-color: rgb(109,219,164); }
td.TdClassName
{
border-color: #6DDBA4;
}
.TagClassName
{
border-color: #6DDBA4;
}
</style>