Shades of Mint Tulip #C0F1DE
Tints of Mint Tulip #C0F1DE
RGB
CMYK
RGB Variations
Color information
#C0F1DE (or 0xC0F1DE) is known color: Mint Tulip. HEX triplet: C0, F1 and DE. RGB value is (192,241,222). Sum of RGB (Red+Green+Blue) = 192+241+222=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1DE is #3F0E21. Grayscale: #E0E0E0. Windows color (decimal): -4132386 or 14610880. OLE color: 14610880.
HSL color Cylindrical-coordinate representation of color #C0F1DE: hue angle of 156.73º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1DE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 222 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.05 |
| HSL | 156.73º | 0.64% | 0.85% | - |
| HSV(B) | 156.73º | 0.2% | 0.95% | - |
| XYZ | 66.38 | 79.39 | 80.93 | - |
| YUV | 224.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 222 | 0.20 | 0 | 0.08 | 0.05 | 156.73 | 0.64 | 0.85 |
| Hex | C0 | F1 | DE | 14 | 0 | 8 | 5 | 9D | 40 | 55 |
| Octal | 300 | 361 | 336 | 24 | 0 | 10 | 5 | 235 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11011110 | 10100 | 0 | 1000 | 101 | 10011101 | 1000000 | 1010101 |
Color Harmonies of #C0F1DE
Complementary color
Monochromatic Colors of #C0F1DE
Black with #C0F1DE
Text Example
Text Example
White with #C0F1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1DE; }
p { color: rgb(192,241,222); }
H1.HeaderClassName
{
color: #C0F1DE;
}
.AnyTagClassName
{
color: #C0F1DE;
}
</style>
background-color css
<style>
a { background-color: #C0F1DE; }
a { background-color: rgb(192,241,222); }
div.DivClassName
{
background-color: #C0F1DE;
}
.BgClassName
{
background-color: #C0F1DE;
}
</style>
border-color css
<style>
span { border-color: #C0F1DE; }
span { border-color: rgb(192,241,222); }
td.TdClassName
{
border-color: #C0F1DE;
}
.TagClassName
{
border-color: #C0F1DE;
}
</style>