Shades of Mint Tulip #C4EDDD
Tints of Mint Tulip #C4EDDD
RGB
CMYK
RGB Variations
Color information
#C4EDDD (or 0xC4EDDD) is known color: Mint Tulip. HEX triplet: C4, ED and DD. RGB value is (196,237,221). Sum of RGB (Red+Green+Blue) = 196+237+221=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDDD is #3B1222. Grayscale: #DEDEDE. Windows color (decimal): -3871267 or 14544324. OLE color: 14544324.
HSL color Cylindrical-coordinate representation of color #C4EDDD: hue angle of 156.59º degrees, saturation: 0.53, 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 #C4EDDD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 221 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.07 |
| HSL | 156.59º | 0.53% | 0.85% | - |
| HSV(B) | 156.59º | 0.17% | 0.93% | - |
| XYZ | 66.1 | 77.52 | 79.89 | - |
| YUV | 222.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 221 | 0.17 | 0 | 0.07 | 0.07 | 156.59 | 0.53 | 0.85 |
| Hex | C4 | ED | DD | 11 | 0 | 7 | 7 | 9D | 35 | 55 |
| Octal | 304 | 355 | 335 | 21 | 0 | 7 | 7 | 235 | 65 | 125 |
| Binary | 11000100 | 11101101 | 11011101 | 10001 | 0 | 111 | 111 | 10011101 | 110101 | 1010101 |
Color Harmonies of #C4EDDD
Complementary color
Monochromatic Colors of #C4EDDD
Black with #C4EDDD
Text Example
Text Example
White with #C4EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDDD; }
p { color: rgb(196,237,221); }
H1.HeaderClassName
{
color: #C4EDDD;
}
.AnyTagClassName
{
color: #C4EDDD;
}
</style>
background-color css
<style>
a { background-color: #C4EDDD; }
a { background-color: rgb(196,237,221); }
div.DivClassName
{
background-color: #C4EDDD;
}
.BgClassName
{
background-color: #C4EDDD;
}
</style>
border-color css
<style>
span { border-color: #C4EDDD; }
span { border-color: rgb(196,237,221); }
td.TdClassName
{
border-color: #C4EDDD;
}
.TagClassName
{
border-color: #C4EDDD;
}
</style>