Shades of Mint Tulip #C0E8DC
Tints of Mint Tulip #C0E8DC
RGB
CMYK
RGB Variations
Color information
#C0E8DC (or 0xC0E8DC) is known color: Mint Tulip. HEX triplet: C0, E8 and DC. RGB value is (192,232,220). Sum of RGB (Red+Green+Blue) = 192+232+220=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8DC is #3F1723. Grayscale: #DADADA. Windows color (decimal): -4134692 or 14477504. OLE color: 14477504.
HSL color Cylindrical-coordinate representation of color #C0E8DC: hue angle of 162º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E8DC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 220 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.09 |
| HSL | 162º | 0.47% | 0.83% | - |
| HSV(B) | 162º | 0.17% | 0.91% | - |
| XYZ | 63.51 | 74.09 | 78.66 | - |
| YUV | 218.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 220 | 0.17 | 0 | 0.05 | 0.09 | 162 | 0.47 | 0.83 |
| Hex | C0 | E8 | DC | 11 | 0 | 5 | 9 | A2 | 2F | 53 |
| Octal | 300 | 350 | 334 | 21 | 0 | 5 | 11 | 242 | 57 | 123 |
| Binary | 11000000 | 11101000 | 11011100 | 10001 | 0 | 101 | 1001 | 10100010 | 101111 | 1010011 |
Color Harmonies of #C0E8DC
Complementary color
Monochromatic Colors of #C0E8DC
Black with #C0E8DC
Text Example
Text Example
White with #C0E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8DC; }
p { color: rgb(192,232,220); }
H1.HeaderClassName
{
color: #C0E8DC;
}
.AnyTagClassName
{
color: #C0E8DC;
}
</style>
background-color css
<style>
a { background-color: #C0E8DC; }
a { background-color: rgb(192,232,220); }
div.DivClassName
{
background-color: #C0E8DC;
}
.BgClassName
{
background-color: #C0E8DC;
}
</style>
border-color css
<style>
span { border-color: #C0E8DC; }
span { border-color: rgb(192,232,220); }
td.TdClassName
{
border-color: #C0E8DC;
}
.TagClassName
{
border-color: #C0E8DC;
}
</style>