Shades of Mint Tulip #C0F0DC
Tints of Mint Tulip #C0F0DC
RGB
CMYK
RGB Variations
Color information
#C0F0DC (or 0xC0F0DC) is known color: Mint Tulip. HEX triplet: C0, F0 and DC. RGB value is (192,240,220). Sum of RGB (Red+Green+Blue) = 192+240+220=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0DC is #3F0F23. Grayscale: #DFDFDF. Windows color (decimal): -4132644 or 14479552. OLE color: 14479552.
HSL color Cylindrical-coordinate representation of color #C0F0DC: hue angle of 155º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0DC is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 220 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.06 |
| HSL | 155º | 0.62% | 0.85% | - |
| HSV(B) | 155º | 0.2% | 0.94% | - |
| XYZ | 65.82 | 78.69 | 79.43 | - |
| YUV | 223.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 220 | 0.20 | 0 | 0.08 | 0.06 | 155 | 0.62 | 0.85 |
| Hex | C0 | F0 | DC | 14 | 0 | 8 | 6 | 9B | 3E | 55 |
| Octal | 300 | 360 | 334 | 24 | 0 | 10 | 6 | 233 | 76 | 125 |
| Binary | 11000000 | 11110000 | 11011100 | 10100 | 0 | 1000 | 110 | 10011011 | 111110 | 1010101 |
Color Harmonies of #C0F0DC
Complementary color
Monochromatic Colors of #C0F0DC
Black with #C0F0DC
Text Example
Text Example
White with #C0F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0DC; }
p { color: rgb(192,240,220); }
H1.HeaderClassName
{
color: #C0F0DC;
}
.AnyTagClassName
{
color: #C0F0DC;
}
</style>
background-color css
<style>
a { background-color: #C0F0DC; }
a { background-color: rgb(192,240,220); }
div.DivClassName
{
background-color: #C0F0DC;
}
.BgClassName
{
background-color: #C0F0DC;
}
</style>
border-color css
<style>
span { border-color: #C0F0DC; }
span { border-color: rgb(192,240,220); }
td.TdClassName
{
border-color: #C0F0DC;
}
.TagClassName
{
border-color: #C0F0DC;
}
</style>