Shades of Medium Aquamarine #6CC0A3
Tints of Medium Aquamarine #6CC0A3
RGB
CMYK
RGB Variations
Color information
#6CC0A3 (or 0x6CC0A3) is known color: Medium Aquamarine. HEX triplet: 6C, C0 and A3. RGB value is (108,192,163). Sum of RGB (Red+Green+Blue) = 108+192+163=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC0A3 is #933F5C. Grayscale: #A3A3A3. Windows color (decimal): -9650013 or 10731628. OLE color: 10731628.
HSL color Cylindrical-coordinate representation of color #6CC0A3: hue angle of 159.29º 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 #6CC0A3 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 163 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.25 |
| HSL | 159.29º | 0.4% | 0.59% | - |
| HSV(B) | 159.29º | 0.44% | 0.75% | - |
| XYZ | 31.64 | 43.53 | 41.38 | - |
| YUV | 163.58 | 127.67 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 163 | 0.44 | 0 | 0.15 | 0.25 | 159.29 | 0.4 | 0.59 |
| Hex | 6C | C0 | A3 | 2C | 0 | F | 19 | 9F | 28 | 3B |
| Octal | 154 | 300 | 243 | 54 | 0 | 17 | 31 | 237 | 50 | 73 |
| Binary | 1101100 | 11000000 | 10100011 | 101100 | 0 | 1111 | 11001 | 10011111 | 101000 | 111011 |
Color Harmonies of #6CC0A3
Complementary color
Monochromatic Colors of #6CC0A3
Black with #6CC0A3
Text Example
Text Example
White with #6CC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC0A3; }
p { color: rgb(108,192,163); }
H1.HeaderClassName
{
color: #6CC0A3;
}
.AnyTagClassName
{
color: #6CC0A3;
}
</style>
background-color css
<style>
a { background-color: #6CC0A3; }
a { background-color: rgb(108,192,163); }
div.DivClassName
{
background-color: #6CC0A3;
}
.BgClassName
{
background-color: #6CC0A3;
}
</style>
border-color css
<style>
span { border-color: #6CC0A3; }
span { border-color: rgb(108,192,163); }
td.TdClassName
{
border-color: #6CC0A3;
}
.TagClassName
{
border-color: #6CC0A3;
}
</style>