Shades of Medium Aquamarine #6DD8AC
Tints of Medium Aquamarine #6DD8AC
RGB
CMYK
RGB Variations
Color information
#6DD8AC (or 0x6DD8AC) is known color: Medium Aquamarine. HEX triplet: 6D, D8 and AC. RGB value is (109,216,172). Sum of RGB (Red+Green+Blue) = 109+216+172=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD8AC is #922753. Grayscale: #B3B3B3. Windows color (decimal): -9578324 or 11327597. OLE color: 11327597.
HSL color Cylindrical-coordinate representation of color #6DD8AC: hue angle of 155.33º degrees, saturation: 0.58, 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 #6DD8AC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 172 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.15 |
| HSL | 155.33º | 0.58% | 0.64% | - |
| HSV(B) | 155.33º | 0.5% | 0.85% | - |
| XYZ | 38.31 | 55.34 | 47.69 | - |
| YUV | 178.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 172 | 0.50 | 0 | 0.20 | 0.15 | 155.33 | 0.58 | 0.64 |
| Hex | 6D | D8 | AC | 32 | 0 | 14 | F | 9B | 3A | 40 |
| Octal | 155 | 330 | 254 | 62 | 0 | 24 | 17 | 233 | 72 | 100 |
| Binary | 1101101 | 11011000 | 10101100 | 110010 | 0 | 10100 | 1111 | 10011011 | 111010 | 1000000 |
Color Harmonies of #6DD8AC
Complementary color
Monochromatic Colors of #6DD8AC
Black with #6DD8AC
Text Example
Text Example
White with #6DD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8AC; }
p { color: rgb(109,216,172); }
H1.HeaderClassName
{
color: #6DD8AC;
}
.AnyTagClassName
{
color: #6DD8AC;
}
</style>
background-color css
<style>
a { background-color: #6DD8AC; }
a { background-color: rgb(109,216,172); }
div.DivClassName
{
background-color: #6DD8AC;
}
.BgClassName
{
background-color: #6DD8AC;
}
</style>
border-color css
<style>
span { border-color: #6DD8AC; }
span { border-color: rgb(109,216,172); }
td.TdClassName
{
border-color: #6DD8AC;
}
.TagClassName
{
border-color: #6DD8AC;
}
</style>