Shades of Mint Tulip #C2FFE0
Tints of Mint Tulip #C2FFE0
RGB
CMYK
RGB Variations
Color information
#C2FFE0 (or 0xC2FFE0) is known color: Mint Tulip. HEX triplet: C2, FF and E0. RGB value is (194,255,224). Sum of RGB (Red+Green+Blue) = 194+255+224=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFE0 is #3D001F. Grayscale: #E9E9E9. Windows color (decimal): -3997728 or 14745538. OLE color: 14745538.
HSL color Cylindrical-coordinate representation of color #C2FFE0: hue angle of 149.51º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFE0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 224 | - |
| CMYK | 0.24 | 0 | 0.12 | 0 |
| HSL | 149.51º | 1% | 0.88% | - |
| HSV(B) | 149.51º | 0.24% | 1% | - |
| XYZ | 71.46 | 88.37 | 83.81 | - |
| YUV | 233.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 224 | 0.24 | 0 | 0.12 | 0 | 149.51 | 1 | 0.88 |
| Hex | C2 | FF | E0 | 18 | 0 | C | 0 | 96 | 64 | 58 |
| Octal | 302 | 377 | 340 | 30 | 0 | 14 | 0 | 226 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11100000 | 11000 | 0 | 1100 | 0 | 10010110 | 1100100 | 1011000 |
Color Harmonies of #C2FFE0
Complementary color
Monochromatic Colors of #C2FFE0
Black with #C2FFE0
Text Example
Text Example
White with #C2FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFE0; }
p { color: rgb(194,255,224); }
H1.HeaderClassName
{
color: #C2FFE0;
}
.AnyTagClassName
{
color: #C2FFE0;
}
</style>
background-color css
<style>
a { background-color: #C2FFE0; }
a { background-color: rgb(194,255,224); }
div.DivClassName
{
background-color: #C2FFE0;
}
.BgClassName
{
background-color: #C2FFE0;
}
</style>
border-color css
<style>
span { border-color: #C2FFE0; }
span { border-color: rgb(194,255,224); }
td.TdClassName
{
border-color: #C2FFE0;
}
.TagClassName
{
border-color: #C2FFE0;
}
</style>