Shades of Medium Aquamarine #6DC2AB
Tints of Medium Aquamarine #6DC2AB
RGB
CMYK
RGB Variations
Color information
#6DC2AB (or 0x6DC2AB) is known color: Medium Aquamarine. HEX triplet: 6D, C2 and AB. RGB value is (109,194,171). Sum of RGB (Red+Green+Blue) = 109+194+171=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC2AB is #923D54. Grayscale: #A5A5A5. Windows color (decimal): -9583957 or 11256429. OLE color: 11256429.
HSL color Cylindrical-coordinate representation of color #6DC2AB: hue angle of 163.76º degrees, saturation: 0.41, 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 #6DC2AB is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 194 | 171 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.24 |
| HSL | 163.76º | 0.41% | 0.59% | - |
| HSV(B) | 163.76º | 0.44% | 0.76% | - |
| XYZ | 32.95 | 44.78 | 45.43 | - |
| YUV | 165.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 194 | 171 | 0.44 | 0 | 0.12 | 0.24 | 163.76 | 0.41 | 0.59 |
| Hex | 6D | C2 | AB | 2C | 0 | C | 18 | A4 | 29 | 3B |
| Octal | 155 | 302 | 253 | 54 | 0 | 14 | 30 | 244 | 51 | 73 |
| Binary | 1101101 | 11000010 | 10101011 | 101100 | 0 | 1100 | 11000 | 10100100 | 101001 | 111011 |
Color Harmonies of #6DC2AB
Complementary color
Monochromatic Colors of #6DC2AB
Black with #6DC2AB
Text Example
Text Example
White with #6DC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC2AB; }
p { color: rgb(109,194,171); }
H1.HeaderClassName
{
color: #6DC2AB;
}
.AnyTagClassName
{
color: #6DC2AB;
}
</style>
background-color css
<style>
a { background-color: #6DC2AB; }
a { background-color: rgb(109,194,171); }
div.DivClassName
{
background-color: #6DC2AB;
}
.BgClassName
{
background-color: #6DC2AB;
}
</style>
border-color css
<style>
span { border-color: #6DC2AB; }
span { border-color: rgb(109,194,171); }
td.TdClassName
{
border-color: #6DC2AB;
}
.TagClassName
{
border-color: #6DC2AB;
}
</style>