Shades of Medium Aquamarine #6DC4AC
Tints of Medium Aquamarine #6DC4AC
RGB
CMYK
RGB Variations
Color information
#6DC4AC (or 0x6DC4AC) is known color: Medium Aquamarine. HEX triplet: 6D, C4 and AC. RGB value is (109,196,172). Sum of RGB (Red+Green+Blue) = 109+196+172=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC4AC is #923B53. Grayscale: #A7A7A7. Windows color (decimal): -9583444 or 11322477. OLE color: 11322477.
HSL color Cylindrical-coordinate representation of color #6DC4AC: hue angle of 163.45º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC4AC is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 172 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.23 |
| HSL | 163.45º | 0.42% | 0.6% | - |
| HSV(B) | 163.45º | 0.44% | 0.77% | - |
| XYZ | 33.49 | 45.71 | 46.09 | - |
| YUV | 167.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 172 | 0.44 | 0 | 0.12 | 0.23 | 163.45 | 0.42 | 0.6 |
| Hex | 6D | C4 | AC | 2C | 0 | C | 17 | A3 | 2A | 3C |
| Octal | 155 | 304 | 254 | 54 | 0 | 14 | 27 | 243 | 52 | 74 |
| Binary | 1101101 | 11000100 | 10101100 | 101100 | 0 | 1100 | 10111 | 10100011 | 101010 | 111100 |
Color Harmonies of #6DC4AC
Complementary color
Monochromatic Colors of #6DC4AC
Black with #6DC4AC
Text Example
Text Example
White with #6DC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC4AC; }
p { color: rgb(109,196,172); }
H1.HeaderClassName
{
color: #6DC4AC;
}
.AnyTagClassName
{
color: #6DC4AC;
}
</style>
background-color css
<style>
a { background-color: #6DC4AC; }
a { background-color: rgb(109,196,172); }
div.DivClassName
{
background-color: #6DC4AC;
}
.BgClassName
{
background-color: #6DC4AC;
}
</style>
border-color css
<style>
span { border-color: #6DC4AC; }
span { border-color: rgb(109,196,172); }
td.TdClassName
{
border-color: #6DC4AC;
}
.TagClassName
{
border-color: #6DC4AC;
}
</style>