Shades of Medium Aquamarine #6CC0A8
Tints of Medium Aquamarine #6CC0A8
RGB
CMYK
RGB Variations
Color information
#6CC0A8 (or 0x6CC0A8) is known color: Medium Aquamarine. HEX triplet: 6C, C0 and A8. RGB value is (108,192,168). Sum of RGB (Red+Green+Blue) = 108+192+168=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC0A8 is #933F57. Grayscale: #A4A4A4. Windows color (decimal): -9650008 or 11059308. OLE color: 11059308.
HSL color Cylindrical-coordinate representation of color #6CC0A8: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC0A8 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 168 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.25 |
| HSL | 162.86º | 0.4% | 0.59% | - |
| HSV(B) | 162.86º | 0.44% | 0.75% | - |
| XYZ | 32.1 | 43.71 | 43.79 | - |
| YUV | 164.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 168 | 0.44 | 0 | 0.12 | 0.25 | 162.86 | 0.4 | 0.59 |
| Hex | 6C | C0 | A8 | 2C | 0 | C | 19 | A3 | 28 | 3B |
| Octal | 154 | 300 | 250 | 54 | 0 | 14 | 31 | 243 | 50 | 73 |
| Binary | 1101100 | 11000000 | 10101000 | 101100 | 0 | 1100 | 11001 | 10100011 | 101000 | 111011 |
Color Harmonies of #6CC0A8
Complementary color
Monochromatic Colors of #6CC0A8
Black with #6CC0A8
Text Example
Text Example
White with #6CC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC0A8; }
p { color: rgb(108,192,168); }
H1.HeaderClassName
{
color: #6CC0A8;
}
.AnyTagClassName
{
color: #6CC0A8;
}
</style>
background-color css
<style>
a { background-color: #6CC0A8; }
a { background-color: rgb(108,192,168); }
div.DivClassName
{
background-color: #6CC0A8;
}
.BgClassName
{
background-color: #6CC0A8;
}
</style>
border-color css
<style>
span { border-color: #6CC0A8; }
span { border-color: rgb(108,192,168); }
td.TdClassName
{
border-color: #6CC0A8;
}
.TagClassName
{
border-color: #6CC0A8;
}
</style>