Shades of Mint Tulip #C0F1DD
Tints of Mint Tulip #C0F1DD
RGB
CMYK
RGB Variations
Color information
#C0F1DD (or 0xC0F1DD) is known color: Mint Tulip. HEX triplet: C0, F1 and DD. RGB value is (192,241,221). Sum of RGB (Red+Green+Blue) = 192+241+221=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1DD is #3F0E22. Grayscale: #E0E0E0. Windows color (decimal): -4132387 or 14545344. OLE color: 14545344.
HSL color Cylindrical-coordinate representation of color #C0F1DD: hue angle of 155.51º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1DD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 221 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.05 |
| HSL | 155.51º | 0.64% | 0.85% | - |
| HSV(B) | 155.51º | 0.2% | 0.95% | - |
| XYZ | 66.24 | 79.34 | 80.23 | - |
| YUV | 224.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 221 | 0.20 | 0 | 0.08 | 0.05 | 155.51 | 0.64 | 0.85 |
| Hex | C0 | F1 | DD | 14 | 0 | 8 | 5 | 9C | 40 | 55 |
| Octal | 300 | 361 | 335 | 24 | 0 | 10 | 5 | 234 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11011101 | 10100 | 0 | 1000 | 101 | 10011100 | 1000000 | 1010101 |
Color Harmonies of #C0F1DD
Complementary color
Monochromatic Colors of #C0F1DD
Black with #C0F1DD
Text Example
Text Example
White with #C0F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1DD; }
p { color: rgb(192,241,221); }
H1.HeaderClassName
{
color: #C0F1DD;
}
.AnyTagClassName
{
color: #C0F1DD;
}
</style>
background-color css
<style>
a { background-color: #C0F1DD; }
a { background-color: rgb(192,241,221); }
div.DivClassName
{
background-color: #C0F1DD;
}
.BgClassName
{
background-color: #C0F1DD;
}
</style>
border-color css
<style>
span { border-color: #C0F1DD; }
span { border-color: rgb(192,241,221); }
td.TdClassName
{
border-color: #C0F1DD;
}
.TagClassName
{
border-color: #C0F1DD;
}
</style>