Shades of Tea Green #C4F1BC
Tints of Tea Green #C4F1BC
RGB
CMYK
RGB Variations
Color information
#C4F1BC (or 0xC4F1BC) is known color: Tea Green. HEX triplet: C4, F1 and BC. RGB value is (196,241,188). Sum of RGB (Red+Green+Blue) = 196+241+188=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F1BC is #3B0E43. Grayscale: #DDDDDD. Windows color (decimal): -3870276 or 12382660. OLE color: 12382660.
HSL color Cylindrical-coordinate representation of color #C4F1BC: hue angle of 110.94º 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 #C4F1BC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 188 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.05 |
| HSL | 110.94º | 0.65% | 0.84% | - |
| HSV(B) | 110.94º | 0.22% | 0.95% | - |
| XYZ | 63.3 | 78.28 | 59.35 | - |
| YUV | 221.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 188 | 0.19 | 0 | 0.22 | 0.05 | 110.94 | 0.65 | 0.84 |
| Hex | C4 | F1 | BC | 13 | 0 | 16 | 5 | 6F | 41 | 54 |
| Octal | 304 | 361 | 274 | 23 | 0 | 26 | 5 | 157 | 101 | 124 |
| Binary | 11000100 | 11110001 | 10111100 | 10011 | 0 | 10110 | 101 | 1101111 | 1000001 | 1010100 |
Color Harmonies of #C4F1BC
Complementary color
Monochromatic Colors of #C4F1BC
Black with #C4F1BC
Text Example
Text Example
White with #C4F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F1BC; }
p { color: rgb(196,241,188); }
H1.HeaderClassName
{
color: #C4F1BC;
}
.AnyTagClassName
{
color: #C4F1BC;
}
</style>
background-color css
<style>
a { background-color: #C4F1BC; }
a { background-color: rgb(196,241,188); }
div.DivClassName
{
background-color: #C4F1BC;
}
.BgClassName
{
background-color: #C4F1BC;
}
</style>
border-color css
<style>
span { border-color: #C4F1BC; }
span { border-color: rgb(196,241,188); }
td.TdClassName
{
border-color: #C4F1BC;
}
.TagClassName
{
border-color: #C4F1BC;
}
</style>