Shades of Mint Tulip #C1F5E1
Tints of Mint Tulip #C1F5E1
RGB
CMYK
RGB Variations
Color information
#C1F5E1 (or 0xC1F5E1) is known color: Mint Tulip. HEX triplet: C1, F5 and E1. RGB value is (193,245,225). Sum of RGB (Red+Green+Blue) = 193+245+225=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F5E1 is #3E0A1E. Grayscale: #E3E3E3. Windows color (decimal): -4065823 or 14808513. OLE color: 14808513.
HSL color Cylindrical-coordinate representation of color #C1F5E1: hue angle of 156.92º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F5E1 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 225 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.04 |
| HSL | 156.92º | 0.72% | 0.86% | - |
| HSV(B) | 156.92º | 0.21% | 0.96% | - |
| XYZ | 68.24 | 82.08 | 83.48 | - |
| YUV | 227.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 225 | 0.21 | 0 | 0.08 | 0.04 | 156.92 | 0.72 | 0.86 |
| Hex | C1 | F5 | E1 | 15 | 0 | 8 | 4 | 9D | 48 | 56 |
| Octal | 301 | 365 | 341 | 25 | 0 | 10 | 4 | 235 | 110 | 126 |
| Binary | 11000001 | 11110101 | 11100001 | 10101 | 0 | 1000 | 100 | 10011101 | 1001000 | 1010110 |
Color Harmonies of #C1F5E1
Complementary color
Monochromatic Colors of #C1F5E1
Black with #C1F5E1
Text Example
Text Example
White with #C1F5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F5E1; }
p { color: rgb(193,245,225); }
H1.HeaderClassName
{
color: #C1F5E1;
}
.AnyTagClassName
{
color: #C1F5E1;
}
</style>
background-color css
<style>
a { background-color: #C1F5E1; }
a { background-color: rgb(193,245,225); }
div.DivClassName
{
background-color: #C1F5E1;
}
.BgClassName
{
background-color: #C1F5E1;
}
</style>
border-color css
<style>
span { border-color: #C1F5E1; }
span { border-color: rgb(193,245,225); }
td.TdClassName
{
border-color: #C1F5E1;
}
.TagClassName
{
border-color: #C1F5E1;
}
</style>