Shades of Medium Aquamarine #6CCDAC
Tints of Medium Aquamarine #6CCDAC
RGB
CMYK
RGB Variations
Color information
#6CCDAC (or 0x6CCDAC) is known color: Medium Aquamarine. HEX triplet: 6C, CD and AC. RGB value is (108,205,172). Sum of RGB (Red+Green+Blue) = 108+205+172=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCDAC is #933253. Grayscale: #ACACAC. Windows color (decimal): -9646676 or 11324780. OLE color: 11324780.
HSL color Cylindrical-coordinate representation of color #6CCDAC: hue angle of 159.59º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDAC is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 172 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.20 |
| HSL | 159.59º | 0.49% | 0.61% | - |
| HSV(B) | 159.59º | 0.47% | 0.8% | - |
| XYZ | 35.46 | 49.83 | 46.78 | - |
| YUV | 172.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 172 | 0.47 | 0 | 0.16 | 0.20 | 159.59 | 0.49 | 0.61 |
| Hex | 6C | CD | AC | 2F | 0 | 10 | 14 | A0 | 31 | 3D |
| Octal | 154 | 315 | 254 | 57 | 0 | 20 | 24 | 240 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10101100 | 101111 | 0 | 10000 | 10100 | 10100000 | 110001 | 111101 |
Color Harmonies of #6CCDAC
Complementary color
Monochromatic Colors of #6CCDAC
Black with #6CCDAC
Text Example
Text Example
White with #6CCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDAC; }
p { color: rgb(108,205,172); }
H1.HeaderClassName
{
color: #6CCDAC;
}
.AnyTagClassName
{
color: #6CCDAC;
}
</style>
background-color css
<style>
a { background-color: #6CCDAC; }
a { background-color: rgb(108,205,172); }
div.DivClassName
{
background-color: #6CCDAC;
}
.BgClassName
{
background-color: #6CCDAC;
}
</style>
border-color css
<style>
span { border-color: #6CCDAC; }
span { border-color: rgb(108,205,172); }
td.TdClassName
{
border-color: #6CCDAC;
}
.TagClassName
{
border-color: #6CCDAC;
}
</style>