Shades of Tea Green #C5F3BB
Tints of Tea Green #C5F3BB
RGB
CMYK
RGB Variations
Color information
#C5F3BB (or 0xC5F3BB) is known color: Tea Green. HEX triplet: C5, F3 and BB. RGB value is (197,243,187). Sum of RGB (Red+Green+Blue) = 197+243+187=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F3BB is #3A0C44. Grayscale: #DFDFDF. Windows color (decimal): -3804229 or 12317637. OLE color: 12317637.
HSL color Cylindrical-coordinate representation of color #C5F3BB: hue angle of 109.29º degrees, saturation: 0.7, 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 #C5F3BB is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 187 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.05 |
| HSL | 109.29º | 0.7% | 0.84% | - |
| HSV(B) | 109.29º | 0.23% | 0.95% | - |
| XYZ | 64.05 | 79.56 | 58.99 | - |
| YUV | 222.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 187 | 0.19 | 0 | 0.23 | 0.05 | 109.29 | 0.7 | 0.84 |
| Hex | C5 | F3 | BB | 13 | 0 | 17 | 5 | 6D | 46 | 54 |
| Octal | 305 | 363 | 273 | 23 | 0 | 27 | 5 | 155 | 106 | 124 |
| Binary | 11000101 | 11110011 | 10111011 | 10011 | 0 | 10111 | 101 | 1101101 | 1000110 | 1010100 |
Color Harmonies of #C5F3BB
Complementary color
Monochromatic Colors of #C5F3BB
Black with #C5F3BB
Text Example
Text Example
White with #C5F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3BB; }
p { color: rgb(197,243,187); }
H1.HeaderClassName
{
color: #C5F3BB;
}
.AnyTagClassName
{
color: #C5F3BB;
}
</style>
background-color css
<style>
a { background-color: #C5F3BB; }
a { background-color: rgb(197,243,187); }
div.DivClassName
{
background-color: #C5F3BB;
}
.BgClassName
{
background-color: #C5F3BB;
}
</style>
border-color css
<style>
span { border-color: #C5F3BB; }
span { border-color: rgb(197,243,187); }
td.TdClassName
{
border-color: #C5F3BB;
}
.TagClassName
{
border-color: #C5F3BB;
}
</style>