Shades of Mint Tulip #C0EADD
Tints of Mint Tulip #C0EADD
RGB
CMYK
RGB Variations
Color information
#C0EADD (or 0xC0EADD) is known color: Mint Tulip. HEX triplet: C0, EA and DD. RGB value is (192,234,221). Sum of RGB (Red+Green+Blue) = 192+234+221=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EADD is #3F1522. Grayscale: #DBDBDB. Windows color (decimal): -4134179 or 14543552. OLE color: 14543552.
HSL color Cylindrical-coordinate representation of color #C0EADD: hue angle of 161.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EADD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 221 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.08 |
| HSL | 161.43º | 0.5% | 0.84% | - |
| HSV(B) | 161.43º | 0.18% | 0.92% | - |
| XYZ | 64.21 | 75.27 | 79.55 | - |
| YUV | 219.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 221 | 0.18 | 0 | 0.06 | 0.08 | 161.43 | 0.5 | 0.84 |
| Hex | C0 | EA | DD | 12 | 0 | 6 | 8 | A1 | 32 | 54 |
| Octal | 300 | 352 | 335 | 22 | 0 | 6 | 10 | 241 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11011101 | 10010 | 0 | 110 | 1000 | 10100001 | 110010 | 1010100 |
Color Harmonies of #C0EADD
Complementary color
Monochromatic Colors of #C0EADD
Black with #C0EADD
Text Example
Text Example
White with #C0EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EADD; }
p { color: rgb(192,234,221); }
H1.HeaderClassName
{
color: #C0EADD;
}
.AnyTagClassName
{
color: #C0EADD;
}
</style>
background-color css
<style>
a { background-color: #C0EADD; }
a { background-color: rgb(192,234,221); }
div.DivClassName
{
background-color: #C0EADD;
}
.BgClassName
{
background-color: #C0EADD;
}
</style>
border-color css
<style>
span { border-color: #C0EADD; }
span { border-color: rgb(192,234,221); }
td.TdClassName
{
border-color: #C0EADD;
}
.TagClassName
{
border-color: #C0EADD;
}
</style>