Shades of Mint Tulip #C2F5E2
Tints of Mint Tulip #C2F5E2
RGB
CMYK
RGB Variations
Color information
#C2F5E2 (or 0xC2F5E2) is known color: Mint Tulip. HEX triplet: C2, F5 and E2. RGB value is (194,245,226). Sum of RGB (Red+Green+Blue) = 194+245+226=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5E2 is #3D0A1D. Grayscale: #E3E3E3. Windows color (decimal): -4000286 or 14874050. OLE color: 14874050.
HSL color Cylindrical-coordinate representation of color #C2F5E2: hue angle of 157.65º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5E2 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 226 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.04 |
| HSL | 157.65º | 0.72% | 0.86% | - |
| HSV(B) | 157.65º | 0.21% | 0.96% | - |
| XYZ | 68.63 | 82.27 | 84.21 | - |
| YUV | 227.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 226 | 0.21 | 0 | 0.08 | 0.04 | 157.65 | 0.72 | 0.86 |
| Hex | C2 | F5 | E2 | 15 | 0 | 8 | 4 | 9E | 48 | 56 |
| Octal | 302 | 365 | 342 | 25 | 0 | 10 | 4 | 236 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11100010 | 10101 | 0 | 1000 | 100 | 10011110 | 1001000 | 1010110 |
Color Harmonies of #C2F5E2
Complementary color
Monochromatic Colors of #C2F5E2
Black with #C2F5E2
Text Example
Text Example
White with #C2F5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5E2; }
p { color: rgb(194,245,226); }
H1.HeaderClassName
{
color: #C2F5E2;
}
.AnyTagClassName
{
color: #C2F5E2;
}
</style>
background-color css
<style>
a { background-color: #C2F5E2; }
a { background-color: rgb(194,245,226); }
div.DivClassName
{
background-color: #C2F5E2;
}
.BgClassName
{
background-color: #C2F5E2;
}
</style>
border-color css
<style>
span { border-color: #C2F5E2; }
span { border-color: rgb(194,245,226); }
td.TdClassName
{
border-color: #C2F5E2;
}
.TagClassName
{
border-color: #C2F5E2;
}
</style>