Shades of Mint Tulip #C0F4DD
Tints of Mint Tulip #C0F4DD
RGB
CMYK
RGB Variations
Color information
#C0F4DD (or 0xC0F4DD) is known color: Mint Tulip. HEX triplet: C0, F4 and DD. RGB value is (192,244,221). Sum of RGB (Red+Green+Blue) = 192+244+221=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4DD is #3F0B22. Grayscale: #E1E1E1. Windows color (decimal): -4131619 or 14546112. OLE color: 14546112.
HSL color Cylindrical-coordinate representation of color #C0F4DD: hue angle of 153.46º 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 #C0F4DD is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 221 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.04 |
| HSL | 153.46º | 0.7% | 0.85% | - |
| HSV(B) | 153.46º | 0.21% | 0.96% | - |
| XYZ | 67.14 | 81.13 | 80.53 | - |
| YUV | 225.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 221 | 0.21 | 0 | 0.09 | 0.04 | 153.46 | 0.7 | 0.85 |
| Hex | C0 | F4 | DD | 15 | 0 | 9 | 4 | 99 | 46 | 55 |
| Octal | 300 | 364 | 335 | 25 | 0 | 11 | 4 | 231 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11011101 | 10101 | 0 | 1001 | 100 | 10011001 | 1000110 | 1010101 |
Color Harmonies of #C0F4DD
Complementary color
Monochromatic Colors of #C0F4DD
Black with #C0F4DD
Text Example
Text Example
White with #C0F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4DD; }
p { color: rgb(192,244,221); }
H1.HeaderClassName
{
color: #C0F4DD;
}
.AnyTagClassName
{
color: #C0F4DD;
}
</style>
background-color css
<style>
a { background-color: #C0F4DD; }
a { background-color: rgb(192,244,221); }
div.DivClassName
{
background-color: #C0F4DD;
}
.BgClassName
{
background-color: #C0F4DD;
}
</style>
border-color css
<style>
span { border-color: #C0F4DD; }
span { border-color: rgb(192,244,221); }
td.TdClassName
{
border-color: #C0F4DD;
}
.TagClassName
{
border-color: #C0F4DD;
}
</style>