Shades of Tea Green #C8E5BA
Tints of Tea Green #C8E5BA
RGB
CMYK
RGB Variations
Color information
#C8E5BA (or 0xC8E5BA) is known color: Tea Green. HEX triplet: C8, E5 and BA. RGB value is (200,229,186). Sum of RGB (Red+Green+Blue) = 200+229+186=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E5BA is #371A45. Grayscale: #D7D7D7. Windows color (decimal): -3611206 or 12248520. OLE color: 12248520.
HSL color Cylindrical-coordinate representation of color #C8E5BA: hue angle of 100.47º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8E5BA is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 186 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.10 |
| HSL | 100.47º | 0.45% | 0.81% | - |
| HSV(B) | 100.47º | 0.19% | 0.9% | - |
| XYZ | 60.7 | 71.86 | 57.13 | - |
| YUV | 215.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 186 | 0.13 | 0 | 0.19 | 0.10 | 100.47 | 0.45 | 0.81 |
| Hex | C8 | E5 | BA | D | 0 | 13 | A | 64 | 2D | 51 |
| Octal | 310 | 345 | 272 | 15 | 0 | 23 | 12 | 144 | 55 | 121 |
| Binary | 11001000 | 11100101 | 10111010 | 1101 | 0 | 10011 | 1010 | 1100100 | 101101 | 1010001 |
Color Harmonies of #C8E5BA
Complementary color
Monochromatic Colors of #C8E5BA
Black with #C8E5BA
Text Example
Text Example
White with #C8E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E5BA; }
p { color: rgb(200,229,186); }
H1.HeaderClassName
{
color: #C8E5BA;
}
.AnyTagClassName
{
color: #C8E5BA;
}
</style>
background-color css
<style>
a { background-color: #C8E5BA; }
a { background-color: rgb(200,229,186); }
div.DivClassName
{
background-color: #C8E5BA;
}
.BgClassName
{
background-color: #C8E5BA;
}
</style>
border-color css
<style>
span { border-color: #C8E5BA; }
span { border-color: rgb(200,229,186); }
td.TdClassName
{
border-color: #C8E5BA;
}
.TagClassName
{
border-color: #C8E5BA;
}
</style>