Shades of Mint Tulip #C2F2DE
Tints of Mint Tulip #C2F2DE
RGB
CMYK
RGB Variations
Color information
#C2F2DE (or 0xC2F2DE) is known color: Mint Tulip. HEX triplet: C2, F2 and DE. RGB value is (194,242,222). Sum of RGB (Red+Green+Blue) = 194+242+222=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2DE is #3D0D21. Grayscale: #E1E1E1. Windows color (decimal): -4001058 or 14611138. OLE color: 14611138.
HSL color Cylindrical-coordinate representation of color #C2F2DE: hue angle of 155º 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 #C2F2DE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 222 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.05 |
| HSL | 155º | 0.65% | 0.85% | - |
| HSV(B) | 155º | 0.2% | 0.95% | - |
| XYZ | 67.19 | 80.25 | 81.06 | - |
| YUV | 225.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 222 | 0.20 | 0 | 0.08 | 0.05 | 155 | 0.65 | 0.85 |
| Hex | C2 | F2 | DE | 14 | 0 | 8 | 5 | 9B | 41 | 55 |
| Octal | 302 | 362 | 336 | 24 | 0 | 10 | 5 | 233 | 101 | 125 |
| Binary | 11000010 | 11110010 | 11011110 | 10100 | 0 | 1000 | 101 | 10011011 | 1000001 | 1010101 |
Color Harmonies of #C2F2DE
Complementary color
Monochromatic Colors of #C2F2DE
Black with #C2F2DE
Text Example
Text Example
White with #C2F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F2DE; }
p { color: rgb(194,242,222); }
H1.HeaderClassName
{
color: #C2F2DE;
}
.AnyTagClassName
{
color: #C2F2DE;
}
</style>
background-color css
<style>
a { background-color: #C2F2DE; }
a { background-color: rgb(194,242,222); }
div.DivClassName
{
background-color: #C2F2DE;
}
.BgClassName
{
background-color: #C2F2DE;
}
</style>
border-color css
<style>
span { border-color: #C2F2DE; }
span { border-color: rgb(194,242,222); }
td.TdClassName
{
border-color: #C2F2DE;
}
.TagClassName
{
border-color: #C2F2DE;
}
</style>