Shades of Mint Tulip #C4E6DC
Tints of Mint Tulip #C4E6DC
RGB
CMYK
RGB Variations
Color information
#C4E6DC (or 0xC4E6DC) is known color: Mint Tulip. HEX triplet: C4, E6 and DC. RGB value is (196,230,220). Sum of RGB (Red+Green+Blue) = 196+230+220=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4E6DC is #3B1923. Grayscale: #DADADA. Windows color (decimal): -3873060 or 14476996. OLE color: 14476996.
HSL color Cylindrical-coordinate representation of color #C4E6DC: hue angle of 162.35º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4E6DC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 230 | 220 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.10 |
| HSL | 162.35º | 0.4% | 0.84% | - |
| HSV(B) | 162.35º | 0.15% | 0.9% | - |
| XYZ | 63.98 | 73.5 | 78.52 | - |
| YUV | 218.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 230 | 220 | 0.15 | 0 | 0.04 | 0.10 | 162.35 | 0.4 | 0.84 |
| Hex | C4 | E6 | DC | F | 0 | 4 | A | A2 | 28 | 54 |
| Octal | 304 | 346 | 334 | 17 | 0 | 4 | 12 | 242 | 50 | 124 |
| Binary | 11000100 | 11100110 | 11011100 | 1111 | 0 | 100 | 1010 | 10100010 | 101000 | 1010100 |
Color Harmonies of #C4E6DC
Complementary color
Monochromatic Colors of #C4E6DC
Black with #C4E6DC
Text Example
Text Example
White with #C4E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E6DC; }
p { color: rgb(196,230,220); }
H1.HeaderClassName
{
color: #C4E6DC;
}
.AnyTagClassName
{
color: #C4E6DC;
}
</style>
background-color css
<style>
a { background-color: #C4E6DC; }
a { background-color: rgb(196,230,220); }
div.DivClassName
{
background-color: #C4E6DC;
}
.BgClassName
{
background-color: #C4E6DC;
}
</style>
border-color css
<style>
span { border-color: #C4E6DC; }
span { border-color: rgb(196,230,220); }
td.TdClassName
{
border-color: #C4E6DC;
}
.TagClassName
{
border-color: #C4E6DC;
}
</style>