Shades of Mint Tulip #C1FADF
Tints of Mint Tulip #C1FADF
RGB
CMYK
RGB Variations
Color information
#C1FADF (or 0xC1FADF) is known color: Mint Tulip. HEX triplet: C1, FA and DF. RGB value is (193,250,223). Sum of RGB (Red+Green+Blue) = 193+250+223=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FADF is #3E0520. Grayscale: #E5E5E5. Windows color (decimal): -4064545 or 14678721. OLE color: 14678721.
HSL color Cylindrical-coordinate representation of color #C1FADF: hue angle of 151.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FADF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 223 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.02 |
| HSL | 151.58º | 0.85% | 0.87% | - |
| HSV(B) | 151.58º | 0.23% | 0.98% | - |
| XYZ | 69.5 | 85.04 | 82.56 | - |
| YUV | 229.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 223 | 0.23 | 0 | 0.11 | 0.02 | 151.58 | 0.85 | 0.87 |
| Hex | C1 | FA | DF | 17 | 0 | B | 2 | 98 | 55 | 57 |
| Octal | 301 | 372 | 337 | 27 | 0 | 13 | 2 | 230 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11011111 | 10111 | 0 | 1011 | 10 | 10011000 | 1010101 | 1010111 |
Color Harmonies of #C1FADF
Complementary color
Monochromatic Colors of #C1FADF
Black with #C1FADF
Text Example
Text Example
White with #C1FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FADF; }
p { color: rgb(193,250,223); }
H1.HeaderClassName
{
color: #C1FADF;
}
.AnyTagClassName
{
color: #C1FADF;
}
</style>
background-color css
<style>
a { background-color: #C1FADF; }
a { background-color: rgb(193,250,223); }
div.DivClassName
{
background-color: #C1FADF;
}
.BgClassName
{
background-color: #C1FADF;
}
</style>
border-color css
<style>
span { border-color: #C1FADF; }
span { border-color: rgb(193,250,223); }
td.TdClassName
{
border-color: #C1FADF;
}
.TagClassName
{
border-color: #C1FADF;
}
</style>