Shades of Mint Tulip #C1F0DF
Tints of Mint Tulip #C1F0DF
RGB
CMYK
RGB Variations
Color information
#C1F0DF (or 0xC1F0DF) is known color: Mint Tulip. HEX triplet: C1, F0 and DF. RGB value is (193,240,223). Sum of RGB (Red+Green+Blue) = 193+240+223=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F0DF is #3E0F20. Grayscale: #E0E0E0. Windows color (decimal): -4067105 or 14676161. OLE color: 14676161.
HSL color Cylindrical-coordinate representation of color #C1F0DF: hue angle of 158.3º degrees, saturation: 0.61, 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 #C1F0DF is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 223 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.06 |
| HSL | 158.3º | 0.61% | 0.85% | - |
| HSV(B) | 158.3º | 0.2% | 0.94% | - |
| XYZ | 66.47 | 78.99 | 81.55 | - |
| YUV | 224.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 223 | 0.20 | 0 | 0.07 | 0.06 | 158.3 | 0.61 | 0.85 |
| Hex | C1 | F0 | DF | 14 | 0 | 7 | 6 | 9E | 3D | 55 |
| Octal | 301 | 360 | 337 | 24 | 0 | 7 | 6 | 236 | 75 | 125 |
| Binary | 11000001 | 11110000 | 11011111 | 10100 | 0 | 111 | 110 | 10011110 | 111101 | 1010101 |
Color Harmonies of #C1F0DF
Complementary color
Monochromatic Colors of #C1F0DF
Black with #C1F0DF
Text Example
Text Example
White with #C1F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F0DF; }
p { color: rgb(193,240,223); }
H1.HeaderClassName
{
color: #C1F0DF;
}
.AnyTagClassName
{
color: #C1F0DF;
}
</style>
background-color css
<style>
a { background-color: #C1F0DF; }
a { background-color: rgb(193,240,223); }
div.DivClassName
{
background-color: #C1F0DF;
}
.BgClassName
{
background-color: #C1F0DF;
}
</style>
border-color css
<style>
span { border-color: #C1F0DF; }
span { border-color: rgb(193,240,223); }
td.TdClassName
{
border-color: #C1F0DF;
}
.TagClassName
{
border-color: #C1F0DF;
}
</style>