Shades of Mint Tulip #C0EADC
Tints of Mint Tulip #C0EADC
RGB
CMYK
RGB Variations
Color information
#C0EADC (or 0xC0EADC) is known color: Mint Tulip. HEX triplet: C0, EA and DC. RGB value is (192,234,220). Sum of RGB (Red+Green+Blue) = 192+234+220=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EADC is #3F1523. Grayscale: #DBDBDB. Windows color (decimal): -4134180 or 14478016. OLE color: 14478016.
HSL color Cylindrical-coordinate representation of color #C0EADC: hue angle of 160º 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 #C0EADC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 220 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.08 |
| HSL | 160º | 0.5% | 0.84% | - |
| HSV(B) | 160º | 0.18% | 0.92% | - |
| XYZ | 64.08 | 75.22 | 78.85 | - |
| YUV | 219.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 220 | 0.18 | 0 | 0.06 | 0.08 | 160 | 0.5 | 0.84 |
| Hex | C0 | EA | DC | 12 | 0 | 6 | 8 | A0 | 32 | 54 |
| Octal | 300 | 352 | 334 | 22 | 0 | 6 | 10 | 240 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11011100 | 10010 | 0 | 110 | 1000 | 10100000 | 110010 | 1010100 |
Color Harmonies of #C0EADC
Complementary color
Monochromatic Colors of #C0EADC
Black with #C0EADC
Text Example
Text Example
White with #C0EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EADC; }
p { color: rgb(192,234,220); }
H1.HeaderClassName
{
color: #C0EADC;
}
.AnyTagClassName
{
color: #C0EADC;
}
</style>
background-color css
<style>
a { background-color: #C0EADC; }
a { background-color: rgb(192,234,220); }
div.DivClassName
{
background-color: #C0EADC;
}
.BgClassName
{
background-color: #C0EADC;
}
</style>
border-color css
<style>
span { border-color: #C0EADC; }
span { border-color: rgb(192,234,220); }
td.TdClassName
{
border-color: #C0EADC;
}
.TagClassName
{
border-color: #C0EADC;
}
</style>