Shades of Tea Green #C4FBC2
Tints of Tea Green #C4FBC2
RGB
CMYK
RGB Variations
Color information
#C4FBC2 (or 0xC4FBC2) is known color: Tea Green. HEX triplet: C4, FB and C2. RGB value is (196,251,194). Sum of RGB (Red+Green+Blue) = 196+251+194=641 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.58% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FBC2 is #3B043D. Grayscale: #E4E4E4. Windows color (decimal): -3867710 or 12778436. OLE color: 12778436.
HSL color Cylindrical-coordinate representation of color #C4FBC2: hue angle of 117.89º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FBC2 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 251 | 194 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.02 |
| HSL | 117.89º | 0.88% | 0.87% | - |
| HSV(B) | 117.89º | 0.23% | 0.98% | - |
| XYZ | 67 | 84.63 | 63.84 | - |
| YUV | 228.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 251 | 194 | 0.22 | 0 | 0.23 | 0.02 | 117.89 | 0.88 | 0.87 |
| Hex | C4 | FB | C2 | 16 | 0 | 17 | 2 | 76 | 58 | 57 |
| Octal | 304 | 373 | 302 | 26 | 0 | 27 | 2 | 166 | 130 | 127 |
| Binary | 11000100 | 11111011 | 11000010 | 10110 | 0 | 10111 | 10 | 1110110 | 1011000 | 1010111 |
Color Harmonies of #C4FBC2
Complementary color
Monochromatic Colors of #C4FBC2
Black with #C4FBC2
Text Example
Text Example
White with #C4FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FBC2; }
p { color: rgb(196,251,194); }
H1.HeaderClassName
{
color: #C4FBC2;
}
.AnyTagClassName
{
color: #C4FBC2;
}
</style>
background-color css
<style>
a { background-color: #C4FBC2; }
a { background-color: rgb(196,251,194); }
div.DivClassName
{
background-color: #C4FBC2;
}
.BgClassName
{
background-color: #C4FBC2;
}
</style>
border-color css
<style>
span { border-color: #C4FBC2; }
span { border-color: rgb(196,251,194); }
td.TdClassName
{
border-color: #C4FBC2;
}
.TagClassName
{
border-color: #C4FBC2;
}
</style>