Shades of Mint Tulip #C0F4DE
Tints of Mint Tulip #C0F4DE
RGB
CMYK
RGB Variations
Color information
#C0F4DE (or 0xC0F4DE) is known color: Mint Tulip. HEX triplet: C0, F4 and DE. RGB value is (192,244,222). Sum of RGB (Red+Green+Blue) = 192+244+222=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4DE is #3F0B21. Grayscale: #E1E1E1. Windows color (decimal): -4131618 or 14611648. OLE color: 14611648.
HSL color Cylindrical-coordinate representation of color #C0F4DE: hue angle of 154.62º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4DE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 222 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.04 |
| HSL | 154.62º | 0.7% | 0.85% | - |
| HSV(B) | 154.62º | 0.21% | 0.96% | - |
| XYZ | 67.27 | 81.18 | 81.23 | - |
| YUV | 225.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 222 | 0.21 | 0 | 0.09 | 0.04 | 154.62 | 0.7 | 0.85 |
| Hex | C0 | F4 | DE | 15 | 0 | 9 | 4 | 9B | 46 | 55 |
| Octal | 300 | 364 | 336 | 25 | 0 | 11 | 4 | 233 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11011110 | 10101 | 0 | 1001 | 100 | 10011011 | 1000110 | 1010101 |
Color Harmonies of #C0F4DE
Complementary color
Monochromatic Colors of #C0F4DE
Black with #C0F4DE
Text Example
Text Example
White with #C0F4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4DE; }
p { color: rgb(192,244,222); }
H1.HeaderClassName
{
color: #C0F4DE;
}
.AnyTagClassName
{
color: #C0F4DE;
}
</style>
background-color css
<style>
a { background-color: #C0F4DE; }
a { background-color: rgb(192,244,222); }
div.DivClassName
{
background-color: #C0F4DE;
}
.BgClassName
{
background-color: #C0F4DE;
}
</style>
border-color css
<style>
span { border-color: #C0F4DE; }
span { border-color: rgb(192,244,222); }
td.TdClassName
{
border-color: #C0F4DE;
}
.TagClassName
{
border-color: #C0F4DE;
}
</style>