Shades of Medium Aquamarine #6DC0A8
Tints of Medium Aquamarine #6DC0A8
RGB
CMYK
RGB Variations
Color information
#6DC0A8 (or 0x6DC0A8) is known color: Medium Aquamarine. HEX triplet: 6D, C0 and A8. RGB value is (109,192,168). Sum of RGB (Red+Green+Blue) = 109+192+168=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0A8 is #923F57. Grayscale: #A4A4A4. Windows color (decimal): -9584472 or 11059309. OLE color: 11059309.
HSL color Cylindrical-coordinate representation of color #6DC0A8: hue angle of 162.65º 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 #6DC0A8 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 168 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.25 |
| HSL | 162.65º | 0.4% | 0.59% | - |
| HSV(B) | 162.65º | 0.43% | 0.75% | - |
| XYZ | 32.22 | 43.78 | 43.8 | - |
| YUV | 164.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 168 | 0.43 | 0 | 0.12 | 0.25 | 162.65 | 0.4 | 0.59 |
| Hex | 6D | C0 | A8 | 2B | 0 | C | 19 | A3 | 28 | 3B |
| Octal | 155 | 300 | 250 | 53 | 0 | 14 | 31 | 243 | 50 | 73 |
| Binary | 1101101 | 11000000 | 10101000 | 101011 | 0 | 1100 | 11001 | 10100011 | 101000 | 111011 |
Color Harmonies of #6DC0A8
Complementary color
Monochromatic Colors of #6DC0A8
Black with #6DC0A8
Text Example
Text Example
White with #6DC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0A8; }
p { color: rgb(109,192,168); }
H1.HeaderClassName
{
color: #6DC0A8;
}
.AnyTagClassName
{
color: #6DC0A8;
}
</style>
background-color css
<style>
a { background-color: #6DC0A8; }
a { background-color: rgb(109,192,168); }
div.DivClassName
{
background-color: #6DC0A8;
}
.BgClassName
{
background-color: #6DC0A8;
}
</style>
border-color css
<style>
span { border-color: #6DC0A8; }
span { border-color: rgb(109,192,168); }
td.TdClassName
{
border-color: #6DC0A8;
}
.TagClassName
{
border-color: #6DC0A8;
}
</style>