Shades of Mint Tulip #C0E5DA
Tints of Mint Tulip #C0E5DA
RGB
CMYK
RGB Variations
Color information
#C0E5DA (or 0xC0E5DA) is known color: Mint Tulip. HEX triplet: C0, E5 and DA. RGB value is (192,229,218). Sum of RGB (Red+Green+Blue) = 192+229+218=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5DA is #3F1A25. Grayscale: #D8D8D8. Windows color (decimal): -4135462 or 14345664. OLE color: 14345664.
HSL color Cylindrical-coordinate representation of color #C0E5DA: hue angle of 162.16º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E5DA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 218 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.10 |
| HSL | 162.16º | 0.42% | 0.83% | - |
| HSV(B) | 162.16º | 0.16% | 0.9% | - |
| XYZ | 62.41 | 72.31 | 77 | - |
| YUV | 216.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 218 | 0.16 | 0 | 0.05 | 0.10 | 162.16 | 0.42 | 0.83 |
| Hex | C0 | E5 | DA | 10 | 0 | 5 | A | A2 | 2A | 53 |
| Octal | 300 | 345 | 332 | 20 | 0 | 5 | 12 | 242 | 52 | 123 |
| Binary | 11000000 | 11100101 | 11011010 | 10000 | 0 | 101 | 1010 | 10100010 | 101010 | 1010011 |
Color Harmonies of #C0E5DA
Complementary color
Monochromatic Colors of #C0E5DA
Black with #C0E5DA
Text Example
Text Example
White with #C0E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5DA; }
p { color: rgb(192,229,218); }
H1.HeaderClassName
{
color: #C0E5DA;
}
.AnyTagClassName
{
color: #C0E5DA;
}
</style>
background-color css
<style>
a { background-color: #C0E5DA; }
a { background-color: rgb(192,229,218); }
div.DivClassName
{
background-color: #C0E5DA;
}
.BgClassName
{
background-color: #C0E5DA;
}
</style>
border-color css
<style>
span { border-color: #C0E5DA; }
span { border-color: rgb(192,229,218); }
td.TdClassName
{
border-color: #C0E5DA;
}
.TagClassName
{
border-color: #C0E5DA;
}
</style>