Shades of Mint Tulip #C0FCDF
Tints of Mint Tulip #C0FCDF
RGB
CMYK
RGB Variations
Color information
#C0FCDF (or 0xC0FCDF) is known color: Mint Tulip. HEX triplet: C0, FC and DF. RGB value is (192,252,223). Sum of RGB (Red+Green+Blue) = 192+252+223=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCDF is #3F0320. Grayscale: #E6E6E6. Windows color (decimal): -4129569 or 14679232. OLE color: 14679232.
HSL color Cylindrical-coordinate representation of color #C0FCDF: hue angle of 151º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCDF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 223 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.01 |
| HSL | 151º | 0.91% | 0.87% | - |
| HSV(B) | 151º | 0.24% | 0.99% | - |
| XYZ | 69.87 | 86.15 | 82.76 | - |
| YUV | 230.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 223 | 0.24 | 0 | 0.12 | 0.01 | 151 | 0.91 | 0.87 |
| Hex | C0 | FC | DF | 18 | 0 | C | 1 | 97 | 5B | 57 |
| Octal | 300 | 374 | 337 | 30 | 0 | 14 | 1 | 227 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11011111 | 11000 | 0 | 1100 | 1 | 10010111 | 1011011 | 1010111 |
Color Harmonies of #C0FCDF
Complementary color
Monochromatic Colors of #C0FCDF
Black with #C0FCDF
Text Example
Text Example
White with #C0FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCDF; }
p { color: rgb(192,252,223); }
H1.HeaderClassName
{
color: #C0FCDF;
}
.AnyTagClassName
{
color: #C0FCDF;
}
</style>
background-color css
<style>
a { background-color: #C0FCDF; }
a { background-color: rgb(192,252,223); }
div.DivClassName
{
background-color: #C0FCDF;
}
.BgClassName
{
background-color: #C0FCDF;
}
</style>
border-color css
<style>
span { border-color: #C0FCDF; }
span { border-color: rgb(192,252,223); }
td.TdClassName
{
border-color: #C0FCDF;
}
.TagClassName
{
border-color: #C0FCDF;
}
</style>