Shades of Tea Green #C5F8B9
Tints of Tea Green #C5F8B9
RGB
CMYK
RGB Variations
Color information
#C5F8B9 (or 0xC5F8B9) is known color: Tea Green. HEX triplet: C5, F8 and B9. RGB value is (197,248,185). Sum of RGB (Red+Green+Blue) = 197+248+185=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8B9 is #3A0746. Grayscale: #E1E1E1. Windows color (decimal): -3802951 or 12187845. OLE color: 12187845.
HSL color Cylindrical-coordinate representation of color #C5F8B9: hue angle of 108.57º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5F8B9 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 185 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.03 |
| HSL | 108.57º | 0.82% | 0.85% | - |
| HSV(B) | 108.57º | 0.25% | 0.97% | - |
| XYZ | 65.35 | 82.51 | 58.38 | - |
| YUV | 225.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 185 | 0.21 | 0 | 0.25 | 0.03 | 108.57 | 0.82 | 0.85 |
| Hex | C5 | F8 | B9 | 15 | 0 | 19 | 3 | 6D | 52 | 55 |
| Octal | 305 | 370 | 271 | 25 | 0 | 31 | 3 | 155 | 122 | 125 |
| Binary | 11000101 | 11111000 | 10111001 | 10101 | 0 | 11001 | 11 | 1101101 | 1010010 | 1010101 |
Color Harmonies of #C5F8B9
Complementary color
Monochromatic Colors of #C5F8B9
Black with #C5F8B9
Text Example
Text Example
White with #C5F8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8B9; }
p { color: rgb(197,248,185); }
H1.HeaderClassName
{
color: #C5F8B9;
}
.AnyTagClassName
{
color: #C5F8B9;
}
</style>
background-color css
<style>
a { background-color: #C5F8B9; }
a { background-color: rgb(197,248,185); }
div.DivClassName
{
background-color: #C5F8B9;
}
.BgClassName
{
background-color: #C5F8B9;
}
</style>
border-color css
<style>
span { border-color: #C5F8B9; }
span { border-color: rgb(197,248,185); }
td.TdClassName
{
border-color: #C5F8B9;
}
.TagClassName
{
border-color: #C5F8B9;
}
</style>