Shades of Tea Green #C8E8BA
Tints of Tea Green #C8E8BA
RGB
CMYK
RGB Variations
Color information
#C8E8BA (or 0xC8E8BA) is known color: Tea Green. HEX triplet: C8, E8 and BA. RGB value is (200,232,186). Sum of RGB (Red+Green+Blue) = 200+232+186=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E8BA is #371745. Grayscale: #D9D9D9. Windows color (decimal): -3610438 or 12249288. OLE color: 12249288.
HSL color Cylindrical-coordinate representation of color #C8E8BA: hue angle of 101.74º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8E8BA is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 186 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.09 |
| HSL | 101.74º | 0.5% | 0.82% | - |
| HSV(B) | 101.74º | 0.2% | 0.91% | - |
| XYZ | 61.54 | 73.54 | 57.41 | - |
| YUV | 217.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 186 | 0.14 | 0 | 0.20 | 0.09 | 101.74 | 0.5 | 0.82 |
| Hex | C8 | E8 | BA | E | 0 | 14 | 9 | 66 | 32 | 52 |
| Octal | 310 | 350 | 272 | 16 | 0 | 24 | 11 | 146 | 62 | 122 |
| Binary | 11001000 | 11101000 | 10111010 | 1110 | 0 | 10100 | 1001 | 1100110 | 110010 | 1010010 |
Color Harmonies of #C8E8BA
Complementary color
Monochromatic Colors of #C8E8BA
Black with #C8E8BA
Text Example
Text Example
White with #C8E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E8BA; }
p { color: rgb(200,232,186); }
H1.HeaderClassName
{
color: #C8E8BA;
}
.AnyTagClassName
{
color: #C8E8BA;
}
</style>
background-color css
<style>
a { background-color: #C8E8BA; }
a { background-color: rgb(200,232,186); }
div.DivClassName
{
background-color: #C8E8BA;
}
.BgClassName
{
background-color: #C8E8BA;
}
</style>
border-color css
<style>
span { border-color: #C8E8BA; }
span { border-color: rgb(200,232,186); }
td.TdClassName
{
border-color: #C8E8BA;
}
.TagClassName
{
border-color: #C8E8BA;
}
</style>