Shades of Mint Tulip #C1FAE1
Tints of Mint Tulip #C1FAE1
RGB
CMYK
RGB Variations
Color information
#C1FAE1 (or 0xC1FAE1) is known color: Mint Tulip. HEX triplet: C1, FA and E1. RGB value is (193,250,225). Sum of RGB (Red+Green+Blue) = 193+250+225=668 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.89% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FAE1 is #3E051E. Grayscale: #E6E6E6. Windows color (decimal): -4064543 or 14809793. OLE color: 14809793.
HSL color Cylindrical-coordinate representation of color #C1FAE1: hue angle of 153.68º 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 #C1FAE1 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 225 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.02 |
| HSL | 153.68º | 0.85% | 0.87% | - |
| HSV(B) | 153.68º | 0.23% | 0.98% | - |
| XYZ | 69.77 | 85.14 | 83.99 | - |
| YUV | 230.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 225 | 0.23 | 0 | 0.10 | 0.02 | 153.68 | 0.85 | 0.87 |
| Hex | C1 | FA | E1 | 17 | 0 | A | 2 | 9A | 55 | 57 |
| Octal | 301 | 372 | 341 | 27 | 0 | 12 | 2 | 232 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11100001 | 10111 | 0 | 1010 | 10 | 10011010 | 1010101 | 1010111 |
Color Harmonies of #C1FAE1
Complementary color
Monochromatic Colors of #C1FAE1
Black with #C1FAE1
Text Example
Text Example
White with #C1FAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAE1; }
p { color: rgb(193,250,225); }
H1.HeaderClassName
{
color: #C1FAE1;
}
.AnyTagClassName
{
color: #C1FAE1;
}
</style>
background-color css
<style>
a { background-color: #C1FAE1; }
a { background-color: rgb(193,250,225); }
div.DivClassName
{
background-color: #C1FAE1;
}
.BgClassName
{
background-color: #C1FAE1;
}
</style>
border-color css
<style>
span { border-color: #C1FAE1; }
span { border-color: rgb(193,250,225); }
td.TdClassName
{
border-color: #C1FAE1;
}
.TagClassName
{
border-color: #C1FAE1;
}
</style>