Shades of Tea Green #C5F2BA
Tints of Tea Green #C5F2BA
RGB
CMYK
RGB Variations
Color information
#C5F2BA (or 0xC5F2BA) is known color: Tea Green. HEX triplet: C5, F2 and BA. RGB value is (197,242,186). Sum of RGB (Red+Green+Blue) = 197+242+186=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2BA is #3A0D45. Grayscale: #DEDEDE. Windows color (decimal): -3804486 or 12251845. OLE color: 12251845.
HSL color Cylindrical-coordinate representation of color #C5F2BA: hue angle of 108.21º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5F2BA is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 186 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.05 |
| HSL | 108.21º | 0.68% | 0.84% | - |
| HSV(B) | 108.21º | 0.23% | 0.95% | - |
| XYZ | 63.64 | 78.92 | 58.33 | - |
| YUV | 222.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 186 | 0.19 | 0 | 0.23 | 0.05 | 108.21 | 0.68 | 0.84 |
| Hex | C5 | F2 | BA | 13 | 0 | 17 | 5 | 6C | 44 | 54 |
| Octal | 305 | 362 | 272 | 23 | 0 | 27 | 5 | 154 | 104 | 124 |
| Binary | 11000101 | 11110010 | 10111010 | 10011 | 0 | 10111 | 101 | 1101100 | 1000100 | 1010100 |
Color Harmonies of #C5F2BA
Complementary color
Monochromatic Colors of #C5F2BA
Black with #C5F2BA
Text Example
Text Example
White with #C5F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F2BA; }
p { color: rgb(197,242,186); }
H1.HeaderClassName
{
color: #C5F2BA;
}
.AnyTagClassName
{
color: #C5F2BA;
}
</style>
background-color css
<style>
a { background-color: #C5F2BA; }
a { background-color: rgb(197,242,186); }
div.DivClassName
{
background-color: #C5F2BA;
}
.BgClassName
{
background-color: #C5F2BA;
}
</style>
border-color css
<style>
span { border-color: #C5F2BA; }
span { border-color: rgb(197,242,186); }
td.TdClassName
{
border-color: #C5F2BA;
}
.TagClassName
{
border-color: #C5F2BA;
}
</style>