Shades of Tea Green #C8E5BD
Tints of Tea Green #C8E5BD
RGB
CMYK
RGB Variations
Color information
#C8E5BD (or 0xC8E5BD) is known color: Tea Green. HEX triplet: C8, E5 and BD. RGB value is (200,229,189). Sum of RGB (Red+Green+Blue) = 200+229+189=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E5BD is #371A42. Grayscale: #D7D7D7. Windows color (decimal): -3611203 or 12445128. OLE color: 12445128.
HSL color Cylindrical-coordinate representation of color #C8E5BD: hue angle of 103.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8E5BD is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 189 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.10 |
| HSL | 103.5º | 0.43% | 0.82% | - |
| HSV(B) | 103.5º | 0.17% | 0.9% | - |
| XYZ | 61.02 | 71.99 | 58.82 | - |
| YUV | 215.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 189 | 0.13 | 0 | 0.17 | 0.10 | 103.5 | 0.43 | 0.82 |
| Hex | C8 | E5 | BD | D | 0 | 11 | A | 68 | 2B | 52 |
| Octal | 310 | 345 | 275 | 15 | 0 | 21 | 12 | 150 | 53 | 122 |
| Binary | 11001000 | 11100101 | 10111101 | 1101 | 0 | 10001 | 1010 | 1101000 | 101011 | 1010010 |
Color Harmonies of #C8E5BD
Complementary color
Monochromatic Colors of #C8E5BD
Black with #C8E5BD
Text Example
Text Example
White with #C8E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E5BD; }
p { color: rgb(200,229,189); }
H1.HeaderClassName
{
color: #C8E5BD;
}
.AnyTagClassName
{
color: #C8E5BD;
}
</style>
background-color css
<style>
a { background-color: #C8E5BD; }
a { background-color: rgb(200,229,189); }
div.DivClassName
{
background-color: #C8E5BD;
}
.BgClassName
{
background-color: #C8E5BD;
}
</style>
border-color css
<style>
span { border-color: #C8E5BD; }
span { border-color: rgb(200,229,189); }
td.TdClassName
{
border-color: #C8E5BD;
}
.TagClassName
{
border-color: #C8E5BD;
}
</style>