Shades of Tea Green #C2F1BC
Tints of Tea Green #C2F1BC
RGB
CMYK
RGB Variations
Color information
#C2F1BC (or 0xC2F1BC) is known color: Tea Green. HEX triplet: C2, F1 and BC. RGB value is (194,241,188). Sum of RGB (Red+Green+Blue) = 194+241+188=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1BC is #3D0E43. Grayscale: #DDDDDD. Windows color (decimal): -4001348 or 12382658. OLE color: 12382658.
HSL color Cylindrical-coordinate representation of color #C2F1BC: hue angle of 113.21º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F1BC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 188 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.05 |
| HSL | 113.21º | 0.65% | 0.84% | - |
| HSV(B) | 113.21º | 0.22% | 0.95% | - |
| XYZ | 62.78 | 78.01 | 59.33 | - |
| YUV | 220.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 188 | 0.20 | 0 | 0.22 | 0.05 | 113.21 | 0.65 | 0.84 |
| Hex | C2 | F1 | BC | 14 | 0 | 16 | 5 | 71 | 41 | 54 |
| Octal | 302 | 361 | 274 | 24 | 0 | 26 | 5 | 161 | 101 | 124 |
| Binary | 11000010 | 11110001 | 10111100 | 10100 | 0 | 10110 | 101 | 1110001 | 1000001 | 1010100 |
Color Harmonies of #C2F1BC
Complementary color
Monochromatic Colors of #C2F1BC
Black with #C2F1BC
Text Example
Text Example
White with #C2F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1BC; }
p { color: rgb(194,241,188); }
H1.HeaderClassName
{
color: #C2F1BC;
}
.AnyTagClassName
{
color: #C2F1BC;
}
</style>
background-color css
<style>
a { background-color: #C2F1BC; }
a { background-color: rgb(194,241,188); }
div.DivClassName
{
background-color: #C2F1BC;
}
.BgClassName
{
background-color: #C2F1BC;
}
</style>
border-color css
<style>
span { border-color: #C2F1BC; }
span { border-color: rgb(194,241,188); }
td.TdClassName
{
border-color: #C2F1BC;
}
.TagClassName
{
border-color: #C2F1BC;
}
</style>