Shades of Tea Green #C9EDB2
Tints of Tea Green #C9EDB2
RGB
CMYK
RGB Variations
Color information
#C9EDB2 (or 0xC9EDB2) is known color: Tea Green. HEX triplet: C9, ED and B2. RGB value is (201,237,178). Sum of RGB (Red+Green+Blue) = 201+237+178=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EDB2 is #36124D. Grayscale: #DBDBDB. Windows color (decimal): -3543630 or 11726281. OLE color: 11726281.
HSL color Cylindrical-coordinate representation of color #C9EDB2: hue angle of 96.61º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9EDB2 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 178 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.07 |
| HSL | 96.61º | 0.62% | 0.81% | - |
| HSV(B) | 96.61º | 0.25% | 0.93% | - |
| XYZ | 62.41 | 76.2 | 53.54 | - |
| YUV | 219.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 178 | 0.15 | 0 | 0.25 | 0.07 | 96.61 | 0.62 | 0.81 |
| Hex | C9 | ED | B2 | F | 0 | 19 | 7 | 61 | 3E | 51 |
| Octal | 311 | 355 | 262 | 17 | 0 | 31 | 7 | 141 | 76 | 121 |
| Binary | 11001001 | 11101101 | 10110010 | 1111 | 0 | 11001 | 111 | 1100001 | 111110 | 1010001 |
Color Harmonies of #C9EDB2
Complementary color
Monochromatic Colors of #C9EDB2
Black with #C9EDB2
Text Example
Text Example
White with #C9EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDB2; }
p { color: rgb(201,237,178); }
H1.HeaderClassName
{
color: #C9EDB2;
}
.AnyTagClassName
{
color: #C9EDB2;
}
</style>
background-color css
<style>
a { background-color: #C9EDB2; }
a { background-color: rgb(201,237,178); }
div.DivClassName
{
background-color: #C9EDB2;
}
.BgClassName
{
background-color: #C9EDB2;
}
</style>
border-color css
<style>
span { border-color: #C9EDB2; }
span { border-color: rgb(201,237,178); }
td.TdClassName
{
border-color: #C9EDB2;
}
.TagClassName
{
border-color: #C9EDB2;
}
</style>