Shades of Tea Green #C4F5C0
Tints of Tea Green #C4F5C0
RGB
CMYK
RGB Variations
Color information
#C4F5C0 (or 0xC4F5C0) is known color: Tea Green. HEX triplet: C4, F5 and C0. RGB value is (196,245,192). Sum of RGB (Red+Green+Blue) = 196+245+192=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F5C0 is #3B0A3F. Grayscale: #E0E0E0. Windows color (decimal): -3869248 or 12645828. OLE color: 12645828.
HSL color Cylindrical-coordinate representation of color #C4F5C0: hue angle of 115.47º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4F5C0 is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 245 | 192 | - |
| CMYK | 0.2 | 0 | 0.22 | 0.04 |
| HSL | 115.47º | 0.73% | 0.86% | - |
| HSV(B) | 115.47º | 0.22% | 0.96% | - |
| XYZ | 64.93 | 80.85 | 62.05 | - |
| YUV | 224.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 245 | 192 | 0.2 | 0 | 0.22 | 0.04 | 115.47 | 0.73 | 0.86 |
| Hex | C4 | F5 | C0 | 14 | 0 | 16 | 4 | 73 | 49 | 56 |
| Octal | 304 | 365 | 300 | 24 | 0 | 26 | 4 | 163 | 111 | 126 |
| Binary | 11000100 | 11110101 | 11000000 | 10100 | 0 | 10110 | 100 | 1110011 | 1001001 | 1010110 |
Color Harmonies of #C4F5C0
Complementary color
Monochromatic Colors of #C4F5C0
Black with #C4F5C0
Text Example
Text Example
White with #C4F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F5C0; }
p { color: rgb(196,245,192); }
H1.HeaderClassName
{
color: #C4F5C0;
}
.AnyTagClassName
{
color: #C4F5C0;
}
</style>
background-color css
<style>
a { background-color: #C4F5C0; }
a { background-color: rgb(196,245,192); }
div.DivClassName
{
background-color: #C4F5C0;
}
.BgClassName
{
background-color: #C4F5C0;
}
</style>
border-color css
<style>
span { border-color: #C4F5C0; }
span { border-color: rgb(196,245,192); }
td.TdClassName
{
border-color: #C4F5C0;
}
.TagClassName
{
border-color: #C4F5C0;
}
</style>