Shades of Medium Aquamarine #6DCCAC
Tints of Medium Aquamarine #6DCCAC
RGB
CMYK
RGB Variations
Color information
#6DCCAC (or 0x6DCCAC) is known color: Medium Aquamarine. HEX triplet: 6D, CC and AC. RGB value is (109,204,172). Sum of RGB (Red+Green+Blue) = 109+204+172=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCCAC is #923353. Grayscale: #ABABAB. Windows color (decimal): -9581396 or 11324525. OLE color: 11324525.
HSL color Cylindrical-coordinate representation of color #6DCCAC: hue angle of 159.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCAC is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 172 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.2 |
| HSL | 159.79º | 0.48% | 0.61% | - |
| HSV(B) | 159.79º | 0.47% | 0.8% | - |
| XYZ | 35.35 | 49.42 | 46.7 | - |
| YUV | 171.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 172 | 0.47 | 0 | 0.16 | 0.2 | 159.79 | 0.48 | 0.61 |
| Hex | 6D | CC | AC | 2F | 0 | 10 | 14 | A0 | 30 | 3D |
| Octal | 155 | 314 | 254 | 57 | 0 | 20 | 24 | 240 | 60 | 75 |
| Binary | 1101101 | 11001100 | 10101100 | 101111 | 0 | 10000 | 10100 | 10100000 | 110000 | 111101 |
Color Harmonies of #6DCCAC
Complementary color
Monochromatic Colors of #6DCCAC
Black with #6DCCAC
Text Example
Text Example
White with #6DCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCAC; }
p { color: rgb(109,204,172); }
H1.HeaderClassName
{
color: #6DCCAC;
}
.AnyTagClassName
{
color: #6DCCAC;
}
</style>
background-color css
<style>
a { background-color: #6DCCAC; }
a { background-color: rgb(109,204,172); }
div.DivClassName
{
background-color: #6DCCAC;
}
.BgClassName
{
background-color: #6DCCAC;
}
</style>
border-color css
<style>
span { border-color: #6DCCAC; }
span { border-color: rgb(109,204,172); }
td.TdClassName
{
border-color: #6DCCAC;
}
.TagClassName
{
border-color: #6DCCAC;
}
</style>