Shades of Tea Green #C5F1C1
Tints of Tea Green #C5F1C1
RGB
CMYK
RGB Variations
Color information
#C5F1C1 (or 0xC5F1C1) is known color: Tea Green. HEX triplet: C5, F1 and C1. RGB value is (197,241,193). Sum of RGB (Red+Green+Blue) = 197+241+193=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F1C1 is #3A0E3E. Grayscale: #DEDEDE. Windows color (decimal): -3804735 or 12710341. OLE color: 12710341.
HSL color Cylindrical-coordinate representation of color #C5F1C1: hue angle of 115º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F1C1 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 193 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.05 |
| HSL | 115º | 0.63% | 0.85% | - |
| HSV(B) | 115º | 0.2% | 0.95% | - |
| XYZ | 64.11 | 78.63 | 62.25 | - |
| YUV | 222.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 193 | 0.18 | 0 | 0.20 | 0.05 | 115 | 0.63 | 0.85 |
| Hex | C5 | F1 | C1 | 12 | 0 | 14 | 5 | 73 | 3F | 55 |
| Octal | 305 | 361 | 301 | 22 | 0 | 24 | 5 | 163 | 77 | 125 |
| Binary | 11000101 | 11110001 | 11000001 | 10010 | 0 | 10100 | 101 | 1110011 | 111111 | 1010101 |
Color Harmonies of #C5F1C1
Complementary color
Monochromatic Colors of #C5F1C1
Black with #C5F1C1
Text Example
Text Example
White with #C5F1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F1C1; }
p { color: rgb(197,241,193); }
H1.HeaderClassName
{
color: #C5F1C1;
}
.AnyTagClassName
{
color: #C5F1C1;
}
</style>
background-color css
<style>
a { background-color: #C5F1C1; }
a { background-color: rgb(197,241,193); }
div.DivClassName
{
background-color: #C5F1C1;
}
.BgClassName
{
background-color: #C5F1C1;
}
</style>
border-color css
<style>
span { border-color: #C5F1C1; }
span { border-color: rgb(197,241,193); }
td.TdClassName
{
border-color: #C5F1C1;
}
.TagClassName
{
border-color: #C5F1C1;
}
</style>