Shades of Mint Tulip #C0EEDC
Tints of Mint Tulip #C0EEDC
RGB
CMYK
RGB Variations
Color information
#C0EEDC (or 0xC0EEDC) is known color: Mint Tulip. HEX triplet: C0, EE and DC. RGB value is (192,238,220). Sum of RGB (Red+Green+Blue) = 192+238+220=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEDC is #3F1123. Grayscale: #DEDEDE. Windows color (decimal): -4133156 or 14479040. OLE color: 14479040.
HSL color Cylindrical-coordinate representation of color #C0EEDC: hue angle of 156.52º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EEDC is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 220 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.07 |
| HSL | 156.52º | 0.58% | 0.84% | - |
| HSV(B) | 156.52º | 0.19% | 0.93% | - |
| XYZ | 65.23 | 77.52 | 79.24 | - |
| YUV | 222.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 220 | 0.19 | 0 | 0.08 | 0.07 | 156.52 | 0.58 | 0.84 |
| Hex | C0 | EE | DC | 13 | 0 | 8 | 7 | 9D | 3A | 54 |
| Octal | 300 | 356 | 334 | 23 | 0 | 10 | 7 | 235 | 72 | 124 |
| Binary | 11000000 | 11101110 | 11011100 | 10011 | 0 | 1000 | 111 | 10011101 | 111010 | 1010100 |
Color Harmonies of #C0EEDC
Complementary color
Monochromatic Colors of #C0EEDC
Black with #C0EEDC
Text Example
Text Example
White with #C0EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEDC; }
p { color: rgb(192,238,220); }
H1.HeaderClassName
{
color: #C0EEDC;
}
.AnyTagClassName
{
color: #C0EEDC;
}
</style>
background-color css
<style>
a { background-color: #C0EEDC; }
a { background-color: rgb(192,238,220); }
div.DivClassName
{
background-color: #C0EEDC;
}
.BgClassName
{
background-color: #C0EEDC;
}
</style>
border-color css
<style>
span { border-color: #C0EEDC; }
span { border-color: rgb(192,238,220); }
td.TdClassName
{
border-color: #C0EEDC;
}
.TagClassName
{
border-color: #C0EEDC;
}
</style>