Shades of Mint Tulip #C0E8DA
Tints of Mint Tulip #C0E8DA
RGB
CMYK
RGB Variations
Color information
#C0E8DA (or 0xC0E8DA) is known color: Mint Tulip. HEX triplet: C0, E8 and DA. RGB value is (192,232,218). Sum of RGB (Red+Green+Blue) = 192+232+218=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8DA is #3F1725. Grayscale: #DADADA. Windows color (decimal): -4134694 or 14346432. OLE color: 14346432.
HSL color Cylindrical-coordinate representation of color #C0E8DA: hue angle of 159º 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 #C0E8DA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 218 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.09 |
| HSL | 159º | 0.47% | 0.83% | - |
| HSV(B) | 159º | 0.17% | 0.91% | - |
| XYZ | 63.25 | 73.98 | 77.28 | - |
| YUV | 218.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 218 | 0.17 | 0 | 0.06 | 0.09 | 159 | 0.47 | 0.83 |
| Hex | C0 | E8 | DA | 11 | 0 | 6 | 9 | 9F | 2F | 53 |
| Octal | 300 | 350 | 332 | 21 | 0 | 6 | 11 | 237 | 57 | 123 |
| Binary | 11000000 | 11101000 | 11011010 | 10001 | 0 | 110 | 1001 | 10011111 | 101111 | 1010011 |
Color Harmonies of #C0E8DA
Complementary color
Monochromatic Colors of #C0E8DA
Black with #C0E8DA
Text Example
Text Example
White with #C0E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8DA; }
p { color: rgb(192,232,218); }
H1.HeaderClassName
{
color: #C0E8DA;
}
.AnyTagClassName
{
color: #C0E8DA;
}
</style>
background-color css
<style>
a { background-color: #C0E8DA; }
a { background-color: rgb(192,232,218); }
div.DivClassName
{
background-color: #C0E8DA;
}
.BgClassName
{
background-color: #C0E8DA;
}
</style>
border-color css
<style>
span { border-color: #C0E8DA; }
span { border-color: rgb(192,232,218); }
td.TdClassName
{
border-color: #C0E8DA;
}
.TagClassName
{
border-color: #C0E8DA;
}
</style>