Shades of Aquamarine #6CECCC
Tints of Aquamarine #6CECCC
RGB
CMYK
RGB Variations
Color information
#6CECCC (or 0x6CECCC) is known color: Aquamarine. HEX triplet: 6C, EC and CC. RGB value is (108,236,204). Sum of RGB (Red+Green+Blue) = 108+236+204=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECCC is #931333. Grayscale: #C2C2C2. Windows color (decimal): -9638708 or 13429868. OLE color: 13429868.
HSL color Cylindrical-coordinate representation of color #6CECCC: hue angle of 165º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CECCC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 204 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 165º | 0.77% | 0.67% | - |
| HSV(B) | 165º | 0.54% | 0.93% | - |
| XYZ | 47.08 | 67.54 | 67.68 | - |
| YUV | 194.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 204 | 0.54 | 0 | 0.14 | 0.07 | 165 | 0.77 | 0.67 |
| Hex | 6C | EC | CC | 36 | 0 | E | 7 | A5 | 4D | 43 |
| Octal | 154 | 354 | 314 | 66 | 0 | 16 | 7 | 245 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11001100 | 110110 | 0 | 1110 | 111 | 10100101 | 1001101 | 1000011 |
Color Harmonies of #6CECCC
Complementary color
Monochromatic Colors of #6CECCC
Black with #6CECCC
Text Example
Text Example
White with #6CECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECCC; }
p { color: rgb(108,236,204); }
H1.HeaderClassName
{
color: #6CECCC;
}
.AnyTagClassName
{
color: #6CECCC;
}
</style>
background-color css
<style>
a { background-color: #6CECCC; }
a { background-color: rgb(108,236,204); }
div.DivClassName
{
background-color: #6CECCC;
}
.BgClassName
{
background-color: #6CECCC;
}
</style>
border-color css
<style>
span { border-color: #6CECCC; }
span { border-color: rgb(108,236,204); }
td.TdClassName
{
border-color: #6CECCC;
}
.TagClassName
{
border-color: #6CECCC;
}
</style>