Shades of Mint Tulip #C2F2DF
Tints of Mint Tulip #C2F2DF
RGB
CMYK
RGB Variations
Color information
#C2F2DF (or 0xC2F2DF) is known color: Mint Tulip. HEX triplet: C2, F2 and DF. RGB value is (194,242,223). Sum of RGB (Red+Green+Blue) = 194+242+223=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2DF is #3D0D20. Grayscale: #E1E1E1. Windows color (decimal): -4001057 or 14676674. OLE color: 14676674.
HSL color Cylindrical-coordinate representation of color #C2F2DF: hue angle of 156.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F2DF is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 223 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.05 |
| HSL | 156.25º | 0.65% | 0.85% | - |
| HSV(B) | 156.25º | 0.2% | 0.95% | - |
| XYZ | 67.32 | 80.3 | 81.76 | - |
| YUV | 225.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 223 | 0.20 | 0 | 0.08 | 0.05 | 156.25 | 0.65 | 0.85 |
| Hex | C2 | F2 | DF | 14 | 0 | 8 | 5 | 9C | 41 | 55 |
| Octal | 302 | 362 | 337 | 24 | 0 | 10 | 5 | 234 | 101 | 125 |
| Binary | 11000010 | 11110010 | 11011111 | 10100 | 0 | 1000 | 101 | 10011100 | 1000001 | 1010101 |
Color Harmonies of #C2F2DF
Complementary color
Monochromatic Colors of #C2F2DF
Black with #C2F2DF
Text Example
Text Example
White with #C2F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F2DF; }
p { color: rgb(194,242,223); }
H1.HeaderClassName
{
color: #C2F2DF;
}
.AnyTagClassName
{
color: #C2F2DF;
}
</style>
background-color css
<style>
a { background-color: #C2F2DF; }
a { background-color: rgb(194,242,223); }
div.DivClassName
{
background-color: #C2F2DF;
}
.BgClassName
{
background-color: #C2F2DF;
}
</style>
border-color css
<style>
span { border-color: #C2F2DF; }
span { border-color: rgb(194,242,223); }
td.TdClassName
{
border-color: #C2F2DF;
}
.TagClassName
{
border-color: #C2F2DF;
}
</style>