Shades of Medium Aquamarine #6DC0A9
Tints of Medium Aquamarine #6DC0A9
RGB
CMYK
RGB Variations
Color information
#6DC0A9 (or 0x6DC0A9) is known color: Medium Aquamarine. HEX triplet: 6D, C0 and A9. RGB value is (109,192,169). Sum of RGB (Red+Green+Blue) = 109+192+169=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0A9 is #923F56. Grayscale: #A4A4A4. Windows color (decimal): -9584471 or 11124845. OLE color: 11124845.
HSL color Cylindrical-coordinate representation of color #6DC0A9: hue angle of 163.37º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DC0A9 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 169 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.25 |
| HSL | 163.37º | 0.4% | 0.59% | - |
| HSV(B) | 163.37º | 0.43% | 0.75% | - |
| XYZ | 32.32 | 43.82 | 44.29 | - |
| YUV | 164.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 169 | 0.43 | 0 | 0.12 | 0.25 | 163.37 | 0.4 | 0.59 |
| Hex | 6D | C0 | A9 | 2B | 0 | C | 19 | A3 | 28 | 3B |
| Octal | 155 | 300 | 251 | 53 | 0 | 14 | 31 | 243 | 50 | 73 |
| Binary | 1101101 | 11000000 | 10101001 | 101011 | 0 | 1100 | 11001 | 10100011 | 101000 | 111011 |
Color Harmonies of #6DC0A9
Complementary color
Monochromatic Colors of #6DC0A9
Black with #6DC0A9
Text Example
Text Example
White with #6DC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0A9; }
p { color: rgb(109,192,169); }
H1.HeaderClassName
{
color: #6DC0A9;
}
.AnyTagClassName
{
color: #6DC0A9;
}
</style>
background-color css
<style>
a { background-color: #6DC0A9; }
a { background-color: rgb(109,192,169); }
div.DivClassName
{
background-color: #6DC0A9;
}
.BgClassName
{
background-color: #6DC0A9;
}
</style>
border-color css
<style>
span { border-color: #6DC0A9; }
span { border-color: rgb(109,192,169); }
td.TdClassName
{
border-color: #6DC0A9;
}
.TagClassName
{
border-color: #6DC0A9;
}
</style>