Shades of Medium Aquamarine #6DC1A3
Tints of Medium Aquamarine #6DC1A3
RGB
CMYK
RGB Variations
Color information
#6DC1A3 (or 0x6DC1A3) is known color: Medium Aquamarine. HEX triplet: 6D, C1 and A3. RGB value is (109,193,163). Sum of RGB (Red+Green+Blue) = 109+193+163=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC1A3 is #923E5C. Grayscale: #A4A4A4. Windows color (decimal): -9584221 or 10731885. OLE color: 10731885.
HSL color Cylindrical-coordinate representation of color #6DC1A3: hue angle of 158.57º 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 #6DC1A3 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 163 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.24 |
| HSL | 158.57º | 0.4% | 0.59% | - |
| HSV(B) | 158.57º | 0.44% | 0.76% | - |
| XYZ | 31.99 | 44.04 | 41.46 | - |
| YUV | 164.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 163 | 0.44 | 0 | 0.16 | 0.24 | 158.57 | 0.4 | 0.59 |
| Hex | 6D | C1 | A3 | 2C | 0 | 10 | 18 | 9F | 28 | 3B |
| Octal | 155 | 301 | 243 | 54 | 0 | 20 | 30 | 237 | 50 | 73 |
| Binary | 1101101 | 11000001 | 10100011 | 101100 | 0 | 10000 | 11000 | 10011111 | 101000 | 111011 |
Color Harmonies of #6DC1A3
Complementary color
Monochromatic Colors of #6DC1A3
Black with #6DC1A3
Text Example
Text Example
White with #6DC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC1A3; }
p { color: rgb(109,193,163); }
H1.HeaderClassName
{
color: #6DC1A3;
}
.AnyTagClassName
{
color: #6DC1A3;
}
</style>
background-color css
<style>
a { background-color: #6DC1A3; }
a { background-color: rgb(109,193,163); }
div.DivClassName
{
background-color: #6DC1A3;
}
.BgClassName
{
background-color: #6DC1A3;
}
</style>
border-color css
<style>
span { border-color: #6DC1A3; }
span { border-color: rgb(109,193,163); }
td.TdClassName
{
border-color: #6DC1A3;
}
.TagClassName
{
border-color: #6DC1A3;
}
</style>