Shades of Tea Green #C5F8BD
Tints of Tea Green #C5F8BD
RGB
CMYK
RGB Variations
Color information
#C5F8BD (or 0xC5F8BD) is known color: Tea Green. HEX triplet: C5, F8 and BD. RGB value is (197,248,189). Sum of RGB (Red+Green+Blue) = 197+248+189=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8BD is #3A0742. Grayscale: #E2E2E2. Windows color (decimal): -3802947 or 12449989. OLE color: 12449989.
HSL color Cylindrical-coordinate representation of color #C5F8BD: hue angle of 111.86º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5F8BD is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 189 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.03 |
| HSL | 111.86º | 0.81% | 0.86% | - |
| HSV(B) | 111.86º | 0.24% | 0.97% | - |
| XYZ | 65.78 | 82.68 | 60.64 | - |
| YUV | 226.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 189 | 0.21 | 0 | 0.24 | 0.03 | 111.86 | 0.81 | 0.86 |
| Hex | C5 | F8 | BD | 15 | 0 | 18 | 3 | 70 | 51 | 56 |
| Octal | 305 | 370 | 275 | 25 | 0 | 30 | 3 | 160 | 121 | 126 |
| Binary | 11000101 | 11111000 | 10111101 | 10101 | 0 | 11000 | 11 | 1110000 | 1010001 | 1010110 |
Color Harmonies of #C5F8BD
Complementary color
Monochromatic Colors of #C5F8BD
Black with #C5F8BD
Text Example
Text Example
White with #C5F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8BD; }
p { color: rgb(197,248,189); }
H1.HeaderClassName
{
color: #C5F8BD;
}
.AnyTagClassName
{
color: #C5F8BD;
}
</style>
background-color css
<style>
a { background-color: #C5F8BD; }
a { background-color: rgb(197,248,189); }
div.DivClassName
{
background-color: #C5F8BD;
}
.BgClassName
{
background-color: #C5F8BD;
}
</style>
border-color css
<style>
span { border-color: #C5F8BD; }
span { border-color: rgb(197,248,189); }
td.TdClassName
{
border-color: #C5F8BD;
}
.TagClassName
{
border-color: #C5F8BD;
}
</style>