Shades of Mint Tulip #C2F0DE
Tints of Mint Tulip #C2F0DE
RGB
CMYK
RGB Variations
Color information
#C2F0DE (or 0xC2F0DE) is known color: Mint Tulip. HEX triplet: C2, F0 and DE. RGB value is (194,240,222). Sum of RGB (Red+Green+Blue) = 194+240+222=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0DE is #3D0F21. Grayscale: #E0E0E0. Windows color (decimal): -4001570 or 14610626. OLE color: 14610626.
HSL color Cylindrical-coordinate representation of color #C2F0DE: hue angle of 156.52º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2F0DE is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 222 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.06 |
| HSL | 156.52º | 0.61% | 0.85% | - |
| HSV(B) | 156.52º | 0.19% | 0.94% | - |
| XYZ | 66.59 | 79.06 | 80.86 | - |
| YUV | 224.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 222 | 0.19 | 0 | 0.08 | 0.06 | 156.52 | 0.61 | 0.85 |
| Hex | C2 | F0 | DE | 13 | 0 | 8 | 6 | 9D | 3D | 55 |
| Octal | 302 | 360 | 336 | 23 | 0 | 10 | 6 | 235 | 75 | 125 |
| Binary | 11000010 | 11110000 | 11011110 | 10011 | 0 | 1000 | 110 | 10011101 | 111101 | 1010101 |
Color Harmonies of #C2F0DE
Complementary color
Monochromatic Colors of #C2F0DE
Black with #C2F0DE
Text Example
Text Example
White with #C2F0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0DE; }
p { color: rgb(194,240,222); }
H1.HeaderClassName
{
color: #C2F0DE;
}
.AnyTagClassName
{
color: #C2F0DE;
}
</style>
background-color css
<style>
a { background-color: #C2F0DE; }
a { background-color: rgb(194,240,222); }
div.DivClassName
{
background-color: #C2F0DE;
}
.BgClassName
{
background-color: #C2F0DE;
}
</style>
border-color css
<style>
span { border-color: #C2F0DE; }
span { border-color: rgb(194,240,222); }
td.TdClassName
{
border-color: #C2F0DE;
}
.TagClassName
{
border-color: #C2F0DE;
}
</style>