Shades of Mint Tulip #C2F5E0
Tints of Mint Tulip #C2F5E0
RGB
CMYK
RGB Variations
Color information
#C2F5E0 (or 0xC2F5E0) is known color: Mint Tulip. HEX triplet: C2, F5 and E0. RGB value is (194,245,224). Sum of RGB (Red+Green+Blue) = 194+245+224=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5E0 is #3D0A1F. Grayscale: #E3E3E3. Windows color (decimal): -4000288 or 14742978. OLE color: 14742978.
HSL color Cylindrical-coordinate representation of color #C2F5E0: hue angle of 155.29º 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 #C2F5E0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 224 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.04 |
| HSL | 155.29º | 0.72% | 0.86% | - |
| HSV(B) | 155.29º | 0.21% | 0.96% | - |
| XYZ | 68.36 | 82.16 | 82.78 | - |
| YUV | 227.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 224 | 0.21 | 0 | 0.09 | 0.04 | 155.29 | 0.72 | 0.86 |
| Hex | C2 | F5 | E0 | 15 | 0 | 9 | 4 | 9B | 48 | 56 |
| Octal | 302 | 365 | 340 | 25 | 0 | 11 | 4 | 233 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11100000 | 10101 | 0 | 1001 | 100 | 10011011 | 1001000 | 1010110 |
Color Harmonies of #C2F5E0
Complementary color
Monochromatic Colors of #C2F5E0
Black with #C2F5E0
Text Example
Text Example
White with #C2F5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5E0; }
p { color: rgb(194,245,224); }
H1.HeaderClassName
{
color: #C2F5E0;
}
.AnyTagClassName
{
color: #C2F5E0;
}
</style>
background-color css
<style>
a { background-color: #C2F5E0; }
a { background-color: rgb(194,245,224); }
div.DivClassName
{
background-color: #C2F5E0;
}
.BgClassName
{
background-color: #C2F5E0;
}
</style>
border-color css
<style>
span { border-color: #C2F5E0; }
span { border-color: rgb(194,245,224); }
td.TdClassName
{
border-color: #C2F5E0;
}
.TagClassName
{
border-color: #C2F5E0;
}
</style>