Shades of Mint Tulip #C2ECDC
Tints of Mint Tulip #C2ECDC
RGB
CMYK
RGB Variations
Color information
#C2ECDC (or 0xC2ECDC) is known color: Mint Tulip. HEX triplet: C2, EC and DC. RGB value is (194,236,220). Sum of RGB (Red+Green+Blue) = 194+236+220=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECDC is #3D1323. Grayscale: #DDDDDD. Windows color (decimal): -4002596 or 14478530. OLE color: 14478530.
HSL color Cylindrical-coordinate representation of color #C2ECDC: hue angle of 157.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECDC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 220 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.07 |
| HSL | 157.14º | 0.53% | 0.84% | - |
| HSV(B) | 157.14º | 0.18% | 0.93% | - |
| XYZ | 65.16 | 76.63 | 79.07 | - |
| YUV | 221.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 220 | 0.18 | 0 | 0.07 | 0.07 | 157.14 | 0.53 | 0.84 |
| Hex | C2 | EC | DC | 12 | 0 | 7 | 7 | 9D | 34 | 54 |
| Octal | 302 | 354 | 334 | 22 | 0 | 7 | 7 | 235 | 64 | 124 |
| Binary | 11000010 | 11101100 | 11011100 | 10010 | 0 | 111 | 111 | 10011101 | 110100 | 1010100 |
Color Harmonies of #C2ECDC
Complementary color
Monochromatic Colors of #C2ECDC
Black with #C2ECDC
Text Example
Text Example
White with #C2ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECDC; }
p { color: rgb(194,236,220); }
H1.HeaderClassName
{
color: #C2ECDC;
}
.AnyTagClassName
{
color: #C2ECDC;
}
</style>
background-color css
<style>
a { background-color: #C2ECDC; }
a { background-color: rgb(194,236,220); }
div.DivClassName
{
background-color: #C2ECDC;
}
.BgClassName
{
background-color: #C2ECDC;
}
</style>
border-color css
<style>
span { border-color: #C2ECDC; }
span { border-color: rgb(194,236,220); }
td.TdClassName
{
border-color: #C2ECDC;
}
.TagClassName
{
border-color: #C2ECDC;
}
</style>