Shades of Medium Aquamarine #6DC0A5
Tints of Medium Aquamarine #6DC0A5
RGB
CMYK
RGB Variations
Color information
#6DC0A5 (or 0x6DC0A5) is known color: Medium Aquamarine. HEX triplet: 6D, C0 and A5. RGB value is (109,192,165). Sum of RGB (Red+Green+Blue) = 109+192+165=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0A5 is #923F5A. Grayscale: #A4A4A4. Windows color (decimal): -9584475 or 10862701. OLE color: 10862701.
HSL color Cylindrical-coordinate representation of color #6DC0A5: hue angle of 160.48º 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 #6DC0A5 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 165 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.25 |
| HSL | 160.48º | 0.4% | 0.59% | - |
| HSV(B) | 160.48º | 0.43% | 0.75% | - |
| XYZ | 31.95 | 43.67 | 42.34 | - |
| YUV | 164.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 165 | 0.43 | 0 | 0.14 | 0.25 | 160.48 | 0.4 | 0.59 |
| Hex | 6D | C0 | A5 | 2B | 0 | E | 19 | A0 | 28 | 3B |
| Octal | 155 | 300 | 245 | 53 | 0 | 16 | 31 | 240 | 50 | 73 |
| Binary | 1101101 | 11000000 | 10100101 | 101011 | 0 | 1110 | 11001 | 10100000 | 101000 | 111011 |
Color Harmonies of #6DC0A5
Complementary color
Monochromatic Colors of #6DC0A5
Black with #6DC0A5
Text Example
Text Example
White with #6DC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0A5; }
p { color: rgb(109,192,165); }
H1.HeaderClassName
{
color: #6DC0A5;
}
.AnyTagClassName
{
color: #6DC0A5;
}
</style>
background-color css
<style>
a { background-color: #6DC0A5; }
a { background-color: rgb(109,192,165); }
div.DivClassName
{
background-color: #6DC0A5;
}
.BgClassName
{
background-color: #6DC0A5;
}
</style>
border-color css
<style>
span { border-color: #6DC0A5; }
span { border-color: rgb(109,192,165); }
td.TdClassName
{
border-color: #6DC0A5;
}
.TagClassName
{
border-color: #6DC0A5;
}
</style>