Shades of Medium Aquamarine #6DC1AB
Tints of Medium Aquamarine #6DC1AB
RGB
CMYK
RGB Variations
Color information
#6DC1AB (or 0x6DC1AB) is known color: Medium Aquamarine. HEX triplet: 6D, C1 and AB. RGB value is (109,193,171). Sum of RGB (Red+Green+Blue) = 109+193+171=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC1AB is #923E54. Grayscale: #A5A5A5. Windows color (decimal): -9584213 or 11256173. OLE color: 11256173.
HSL color Cylindrical-coordinate representation of color #6DC1AB: hue angle of 164.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC1AB is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 171 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.24 |
| HSL | 164.29º | 0.4% | 0.59% | - |
| HSV(B) | 164.29º | 0.44% | 0.76% | - |
| XYZ | 32.73 | 44.33 | 45.36 | - |
| YUV | 165.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 171 | 0.44 | 0 | 0.11 | 0.24 | 164.29 | 0.4 | 0.59 |
| Hex | 6D | C1 | AB | 2C | 0 | B | 18 | A4 | 28 | 3B |
| Octal | 155 | 301 | 253 | 54 | 0 | 13 | 30 | 244 | 50 | 73 |
| Binary | 1101101 | 11000001 | 10101011 | 101100 | 0 | 1011 | 11000 | 10100100 | 101000 | 111011 |
Color Harmonies of #6DC1AB
Complementary color
Monochromatic Colors of #6DC1AB
Black with #6DC1AB
Text Example
Text Example
White with #6DC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC1AB; }
p { color: rgb(109,193,171); }
H1.HeaderClassName
{
color: #6DC1AB;
}
.AnyTagClassName
{
color: #6DC1AB;
}
</style>
background-color css
<style>
a { background-color: #6DC1AB; }
a { background-color: rgb(109,193,171); }
div.DivClassName
{
background-color: #6DC1AB;
}
.BgClassName
{
background-color: #6DC1AB;
}
</style>
border-color css
<style>
span { border-color: #6DC1AB; }
span { border-color: rgb(109,193,171); }
td.TdClassName
{
border-color: #6DC1AB;
}
.TagClassName
{
border-color: #6DC1AB;
}
</style>