Shades of Medium Aquamarine #6DC5AB
Tints of Medium Aquamarine #6DC5AB
RGB
CMYK
RGB Variations
Color information
#6DC5AB (or 0x6DC5AB) is known color: Medium Aquamarine. HEX triplet: 6D, C5 and AB. RGB value is (109,197,171). Sum of RGB (Red+Green+Blue) = 109+197+171=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC5AB is #923A54. Grayscale: #A7A7A7. Windows color (decimal): -9583189 or 11257197. OLE color: 11257197.
HSL color Cylindrical-coordinate representation of color #6DC5AB: hue angle of 162.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC5AB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 171 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.23 |
| HSL | 162.27º | 0.43% | 0.6% | - |
| HSV(B) | 162.27º | 0.45% | 0.77% | - |
| XYZ | 33.62 | 46.12 | 45.66 | - |
| YUV | 167.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 171 | 0.45 | 0 | 0.13 | 0.23 | 162.27 | 0.43 | 0.6 |
| Hex | 6D | C5 | AB | 2D | 0 | D | 17 | A2 | 2B | 3C |
| Octal | 155 | 305 | 253 | 55 | 0 | 15 | 27 | 242 | 53 | 74 |
| Binary | 1101101 | 11000101 | 10101011 | 101101 | 0 | 1101 | 10111 | 10100010 | 101011 | 111100 |
Color Harmonies of #6DC5AB
Complementary color
Monochromatic Colors of #6DC5AB
Black with #6DC5AB
Text Example
Text Example
White with #6DC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC5AB; }
p { color: rgb(109,197,171); }
H1.HeaderClassName
{
color: #6DC5AB;
}
.AnyTagClassName
{
color: #6DC5AB;
}
</style>
background-color css
<style>
a { background-color: #6DC5AB; }
a { background-color: rgb(109,197,171); }
div.DivClassName
{
background-color: #6DC5AB;
}
.BgClassName
{
background-color: #6DC5AB;
}
</style>
border-color css
<style>
span { border-color: #6DC5AB; }
span { border-color: rgb(109,197,171); }
td.TdClassName
{
border-color: #6DC5AB;
}
.TagClassName
{
border-color: #6DC5AB;
}
</style>