Shades of Medium Aquamarine #6DDDA4
Tints of Medium Aquamarine #6DDDA4
RGB
CMYK
RGB Variations
Color information
#6DDDA4 (or 0x6DDDA4) is known color: Medium Aquamarine. HEX triplet: 6D, DD and A4. RGB value is (109,221,164). Sum of RGB (Red+Green+Blue) = 109+221+164=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDA4 is #92225B. Grayscale: #B5B5B5. Windows color (decimal): -9577052 or 10804589. OLE color: 10804589.
HSL color Cylindrical-coordinate representation of color #6DDDA4: hue angle of 149.46º 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 #6DDDA4 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 164 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.13 |
| HSL | 149.46º | 0.62% | 0.65% | - |
| HSV(B) | 149.46º | 0.51% | 0.87% | - |
| XYZ | 38.86 | 57.64 | 44.2 | - |
| YUV | 181.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 164 | 0.51 | 0 | 0.26 | 0.13 | 149.46 | 0.62 | 0.65 |
| Hex | 6D | DD | A4 | 33 | 0 | 1A | D | 95 | 3E | 41 |
| Octal | 155 | 335 | 244 | 63 | 0 | 32 | 15 | 225 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10100100 | 110011 | 0 | 11010 | 1101 | 10010101 | 111110 | 1000001 |
Color Harmonies of #6DDDA4
Complementary color
Monochromatic Colors of #6DDDA4
Black with #6DDDA4
Text Example
Text Example
White with #6DDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDA4; }
p { color: rgb(109,221,164); }
H1.HeaderClassName
{
color: #6DDDA4;
}
.AnyTagClassName
{
color: #6DDDA4;
}
</style>
background-color css
<style>
a { background-color: #6DDDA4; }
a { background-color: rgb(109,221,164); }
div.DivClassName
{
background-color: #6DDDA4;
}
.BgClassName
{
background-color: #6DDDA4;
}
</style>
border-color css
<style>
span { border-color: #6DDDA4; }
span { border-color: rgb(109,221,164); }
td.TdClassName
{
border-color: #6DDDA4;
}
.TagClassName
{
border-color: #6DDDA4;
}
</style>