Shades of Mint Tulip #C1FAE0
Tints of Mint Tulip #C1FAE0
RGB
CMYK
RGB Variations
Color information
#C1FAE0 (or 0xC1FAE0) is known color: Mint Tulip. HEX triplet: C1, FA and E0. RGB value is (193,250,224). Sum of RGB (Red+Green+Blue) = 193+250+224=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FAE0 is #3E051F. Grayscale: #E6E6E6. Windows color (decimal): -4064544 or 14744257. OLE color: 14744257.
HSL color Cylindrical-coordinate representation of color #C1FAE0: hue angle of 152.63º 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 #C1FAE0 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 224 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.02 |
| HSL | 152.63º | 0.85% | 0.87% | - |
| HSV(B) | 152.63º | 0.23% | 0.98% | - |
| XYZ | 69.63 | 85.09 | 83.28 | - |
| YUV | 229.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 224 | 0.23 | 0 | 0.10 | 0.02 | 152.63 | 0.85 | 0.87 |
| Hex | C1 | FA | E0 | 17 | 0 | A | 2 | 99 | 55 | 57 |
| Octal | 301 | 372 | 340 | 27 | 0 | 12 | 2 | 231 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11100000 | 10111 | 0 | 1010 | 10 | 10011001 | 1010101 | 1010111 |
Color Harmonies of #C1FAE0
Complementary color
Monochromatic Colors of #C1FAE0
Black with #C1FAE0
Text Example
Text Example
White with #C1FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAE0; }
p { color: rgb(193,250,224); }
H1.HeaderClassName
{
color: #C1FAE0;
}
.AnyTagClassName
{
color: #C1FAE0;
}
</style>
background-color css
<style>
a { background-color: #C1FAE0; }
a { background-color: rgb(193,250,224); }
div.DivClassName
{
background-color: #C1FAE0;
}
.BgClassName
{
background-color: #C1FAE0;
}
</style>
border-color css
<style>
span { border-color: #C1FAE0; }
span { border-color: rgb(193,250,224); }
td.TdClassName
{
border-color: #C1FAE0;
}
.TagClassName
{
border-color: #C1FAE0;
}
</style>