Shades of Mint Tulip #C4F0E1
Tints of Mint Tulip #C4F0E1
RGB
CMYK
RGB Variations
Color information
#C4F0E1 (or 0xC4F0E1) is known color: Mint Tulip. HEX triplet: C4, F0 and E1. RGB value is (196,240,225). Sum of RGB (Red+Green+Blue) = 196+240+225=661 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.65% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0E1 is #3B0F1E. Grayscale: #E1E1E1. Windows color (decimal): -3870495 or 14807236. OLE color: 14807236.
HSL color Cylindrical-coordinate representation of color #C4F0E1: hue angle of 159.55º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0E1 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 225 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.06 |
| HSL | 159.55º | 0.59% | 0.85% | - |
| HSV(B) | 159.55º | 0.18% | 0.94% | - |
| XYZ | 67.52 | 79.49 | 83.02 | - |
| YUV | 225.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 225 | 0.18 | 0 | 0.06 | 0.06 | 159.55 | 0.59 | 0.85 |
| Hex | C4 | F0 | E1 | 12 | 0 | 6 | 6 | A0 | 3B | 55 |
| Octal | 304 | 360 | 341 | 22 | 0 | 6 | 6 | 240 | 73 | 125 |
| Binary | 11000100 | 11110000 | 11100001 | 10010 | 0 | 110 | 110 | 10100000 | 111011 | 1010101 |
Color Harmonies of #C4F0E1
Complementary color
Monochromatic Colors of #C4F0E1
Black with #C4F0E1
Text Example
Text Example
White with #C4F0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0E1; }
p { color: rgb(196,240,225); }
H1.HeaderClassName
{
color: #C4F0E1;
}
.AnyTagClassName
{
color: #C4F0E1;
}
</style>
background-color css
<style>
a { background-color: #C4F0E1; }
a { background-color: rgb(196,240,225); }
div.DivClassName
{
background-color: #C4F0E1;
}
.BgClassName
{
background-color: #C4F0E1;
}
</style>
border-color css
<style>
span { border-color: #C4F0E1; }
span { border-color: rgb(196,240,225); }
td.TdClassName
{
border-color: #C4F0E1;
}
.TagClassName
{
border-color: #C4F0E1;
}
</style>