Shades of Mint Tulip #C3ECDC
Tints of Mint Tulip #C3ECDC
RGB
CMYK
RGB Variations
Color information
#C3ECDC (or 0xC3ECDC) is known color: Mint Tulip. HEX triplet: C3, EC and DC. RGB value is (195,236,220). Sum of RGB (Red+Green+Blue) = 195+236+220=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3ECDC is #3C1323. Grayscale: #DDDDDD. Windows color (decimal): -3937060 or 14478531. OLE color: 14478531.
HSL color Cylindrical-coordinate representation of color #C3ECDC: hue angle of 156.59º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3ECDC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 220 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.07 |
| HSL | 156.59º | 0.52% | 0.85% | - |
| HSV(B) | 156.59º | 0.17% | 0.93% | - |
| XYZ | 65.42 | 76.76 | 79.08 | - |
| YUV | 221.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 220 | 0.17 | 0 | 0.07 | 0.07 | 156.59 | 0.52 | 0.85 |
| Hex | C3 | EC | DC | 11 | 0 | 7 | 7 | 9D | 34 | 55 |
| Octal | 303 | 354 | 334 | 21 | 0 | 7 | 7 | 235 | 64 | 125 |
| Binary | 11000011 | 11101100 | 11011100 | 10001 | 0 | 111 | 111 | 10011101 | 110100 | 1010101 |
Color Harmonies of #C3ECDC
Complementary color
Monochromatic Colors of #C3ECDC
Black with #C3ECDC
Text Example
Text Example
White with #C3ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECDC; }
p { color: rgb(195,236,220); }
H1.HeaderClassName
{
color: #C3ECDC;
}
.AnyTagClassName
{
color: #C3ECDC;
}
</style>
background-color css
<style>
a { background-color: #C3ECDC; }
a { background-color: rgb(195,236,220); }
div.DivClassName
{
background-color: #C3ECDC;
}
.BgClassName
{
background-color: #C3ECDC;
}
</style>
border-color css
<style>
span { border-color: #C3ECDC; }
span { border-color: rgb(195,236,220); }
td.TdClassName
{
border-color: #C3ECDC;
}
.TagClassName
{
border-color: #C3ECDC;
}
</style>