Shades of Tea Green #C9EBB0
Tints of Tea Green #C9EBB0
RGB
CMYK
RGB Variations
Color information
#C9EBB0 (or 0xC9EBB0) is known color: Tea Green. HEX triplet: C9, EB and B0. RGB value is (201,235,176). Sum of RGB (Red+Green+Blue) = 201+235+176=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EBB0 is #36144F. Grayscale: #DADADA. Windows color (decimal): -3544144 or 11594697. OLE color: 11594697.
HSL color Cylindrical-coordinate representation of color #C9EBB0: hue angle of 94.58º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9EBB0 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 176 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.08 |
| HSL | 94.58º | 0.6% | 0.81% | - |
| HSV(B) | 94.58º | 0.25% | 0.92% | - |
| XYZ | 61.63 | 74.97 | 52.3 | - |
| YUV | 218.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 176 | 0.14 | 0 | 0.25 | 0.08 | 94.58 | 0.6 | 0.81 |
| Hex | C9 | EB | B0 | E | 0 | 19 | 8 | 5F | 3C | 51 |
| Octal | 311 | 353 | 260 | 16 | 0 | 31 | 10 | 137 | 74 | 121 |
| Binary | 11001001 | 11101011 | 10110000 | 1110 | 0 | 11001 | 1000 | 1011111 | 111100 | 1010001 |
Color Harmonies of #C9EBB0
Complementary color
Monochromatic Colors of #C9EBB0
Black with #C9EBB0
Text Example
Text Example
White with #C9EBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EBB0; }
p { color: rgb(201,235,176); }
H1.HeaderClassName
{
color: #C9EBB0;
}
.AnyTagClassName
{
color: #C9EBB0;
}
</style>
background-color css
<style>
a { background-color: #C9EBB0; }
a { background-color: rgb(201,235,176); }
div.DivClassName
{
background-color: #C9EBB0;
}
.BgClassName
{
background-color: #C9EBB0;
}
</style>
border-color css
<style>
span { border-color: #C9EBB0; }
span { border-color: rgb(201,235,176); }
td.TdClassName
{
border-color: #C9EBB0;
}
.TagClassName
{
border-color: #C9EBB0;
}
</style>