Shades of Medium Aquamarine #6DDAA4
Tints of Medium Aquamarine #6DDAA4
RGB
CMYK
RGB Variations
Color information
#6DDAA4 (or 0x6DDAA4) is known color: Medium Aquamarine. HEX triplet: 6D, DA and A4. RGB value is (109,218,164). Sum of RGB (Red+Green+Blue) = 109+218+164=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDAA4 is #92255B. Grayscale: #B3B3B3. Windows color (decimal): -9577820 or 10803821. OLE color: 10803821.
HSL color Cylindrical-coordinate representation of color #6DDAA4: hue angle of 150.28º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAA4 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 164 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.15 |
| HSL | 150.28º | 0.6% | 0.64% | - |
| HSV(B) | 150.28º | 0.5% | 0.85% | - |
| XYZ | 38.08 | 56.07 | 43.94 | - |
| YUV | 179.25 | 119.39 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 164 | 0.5 | 0 | 0.25 | 0.15 | 150.28 | 0.6 | 0.64 |
| Hex | 6D | DA | A4 | 32 | 0 | 19 | F | 96 | 3C | 40 |
| Octal | 155 | 332 | 244 | 62 | 0 | 31 | 17 | 226 | 74 | 100 |
| Binary | 1101101 | 11011010 | 10100100 | 110010 | 0 | 11001 | 1111 | 10010110 | 111100 | 1000000 |
Color Harmonies of #6DDAA4
Complementary color
Monochromatic Colors of #6DDAA4
Black with #6DDAA4
Text Example
Text Example
White with #6DDAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAA4; }
p { color: rgb(109,218,164); }
H1.HeaderClassName
{
color: #6DDAA4;
}
.AnyTagClassName
{
color: #6DDAA4;
}
</style>
background-color css
<style>
a { background-color: #6DDAA4; }
a { background-color: rgb(109,218,164); }
div.DivClassName
{
background-color: #6DDAA4;
}
.BgClassName
{
background-color: #6DDAA4;
}
</style>
border-color css
<style>
span { border-color: #6DDAA4; }
span { border-color: rgb(109,218,164); }
td.TdClassName
{
border-color: #6DDAA4;
}
.TagClassName
{
border-color: #6DDAA4;
}
</style>