Shades of Mint Tulip #C0F0DD
Tints of Mint Tulip #C0F0DD
RGB
CMYK
RGB Variations
Color information
#C0F0DD (or 0xC0F0DD) is known color: Mint Tulip. HEX triplet: C0, F0 and DD. RGB value is (192,240,221). Sum of RGB (Red+Green+Blue) = 192+240+221=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0DD is #3F0F22. Grayscale: #DFDFDF. Windows color (decimal): -4132643 or 14545088. OLE color: 14545088.
HSL color Cylindrical-coordinate representation of color #C0F0DD: hue angle of 156.25º 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 #C0F0DD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 221 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.06 |
| HSL | 156.25º | 0.62% | 0.85% | - |
| HSV(B) | 156.25º | 0.2% | 0.94% | - |
| XYZ | 65.95 | 78.75 | 80.13 | - |
| YUV | 223.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 221 | 0.20 | 0 | 0.08 | 0.06 | 156.25 | 0.62 | 0.85 |
| Hex | C0 | F0 | DD | 14 | 0 | 8 | 6 | 9C | 3E | 55 |
| Octal | 300 | 360 | 335 | 24 | 0 | 10 | 6 | 234 | 76 | 125 |
| Binary | 11000000 | 11110000 | 11011101 | 10100 | 0 | 1000 | 110 | 10011100 | 111110 | 1010101 |
Color Harmonies of #C0F0DD
Complementary color
Monochromatic Colors of #C0F0DD
Black with #C0F0DD
Text Example
Text Example
White with #C0F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0DD; }
p { color: rgb(192,240,221); }
H1.HeaderClassName
{
color: #C0F0DD;
}
.AnyTagClassName
{
color: #C0F0DD;
}
</style>
background-color css
<style>
a { background-color: #C0F0DD; }
a { background-color: rgb(192,240,221); }
div.DivClassName
{
background-color: #C0F0DD;
}
.BgClassName
{
background-color: #C0F0DD;
}
</style>
border-color css
<style>
span { border-color: #C0F0DD; }
span { border-color: rgb(192,240,221); }
td.TdClassName
{
border-color: #C0F0DD;
}
.TagClassName
{
border-color: #C0F0DD;
}
</style>