Shades of Tea Green #C9EDC1
Tints of Tea Green #C9EDC1
RGB
CMYK
RGB Variations
Color information
#C9EDC1 (or 0xC9EDC1) is known color: Tea Green. HEX triplet: C9, ED and C1. RGB value is (201,237,193). Sum of RGB (Red+Green+Blue) = 201+237+193=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDC1 is #36123E. Grayscale: #DDDDDD. Windows color (decimal): -3543615 or 12709321. OLE color: 12709321.
HSL color Cylindrical-coordinate representation of color #C9EDC1: hue angle of 109.09º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EDC1 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 193 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.07 |
| HSL | 109.09º | 0.55% | 0.84% | - |
| HSV(B) | 109.09º | 0.19% | 0.93% | - |
| XYZ | 64 | 76.84 | 61.91 | - |
| YUV | 221.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 193 | 0.15 | 0 | 0.19 | 0.07 | 109.09 | 0.55 | 0.84 |
| Hex | C9 | ED | C1 | F | 0 | 13 | 7 | 6D | 37 | 54 |
| Octal | 311 | 355 | 301 | 17 | 0 | 23 | 7 | 155 | 67 | 124 |
| Binary | 11001001 | 11101101 | 11000001 | 1111 | 0 | 10011 | 111 | 1101101 | 110111 | 1010100 |
Color Harmonies of #C9EDC1
Complementary color
Monochromatic Colors of #C9EDC1
Black with #C9EDC1
Text Example
Text Example
White with #C9EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EDC1; }
p { color: rgb(201,237,193); }
H1.HeaderClassName
{
color: #C9EDC1;
}
.AnyTagClassName
{
color: #C9EDC1;
}
</style>
background-color css
<style>
a { background-color: #C9EDC1; }
a { background-color: rgb(201,237,193); }
div.DivClassName
{
background-color: #C9EDC1;
}
.BgClassName
{
background-color: #C9EDC1;
}
</style>
border-color css
<style>
span { border-color: #C9EDC1; }
span { border-color: rgb(201,237,193); }
td.TdClassName
{
border-color: #C9EDC1;
}
.TagClassName
{
border-color: #C9EDC1;
}
</style>