Shades of Tea Green #C3EDBD
Tints of Tea Green #C3EDBD
RGB
CMYK
RGB Variations
Color information
#C3EDBD (or 0xC3EDBD) is known color: Tea Green. HEX triplet: C3, ED and BD. RGB value is (195,237,189). Sum of RGB (Red+Green+Blue) = 195+237+189=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDBD is #3C1242. Grayscale: #DBDBDB. Windows color (decimal): -3936835 or 12447171. OLE color: 12447171.
HSL color Cylindrical-coordinate representation of color #C3EDBD: hue angle of 112.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3EDBD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 189 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.07 |
| HSL | 112.5º | 0.57% | 0.84% | - |
| HSV(B) | 112.5º | 0.2% | 0.93% | - |
| XYZ | 61.98 | 75.84 | 59.52 | - |
| YUV | 218.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 189 | 0.18 | 0 | 0.20 | 0.07 | 112.5 | 0.57 | 0.84 |
| Hex | C3 | ED | BD | 12 | 0 | 14 | 7 | 70 | 39 | 54 |
| Octal | 303 | 355 | 275 | 22 | 0 | 24 | 7 | 160 | 71 | 124 |
| Binary | 11000011 | 11101101 | 10111101 | 10010 | 0 | 10100 | 111 | 1110000 | 111001 | 1010100 |
Color Harmonies of #C3EDBD
Complementary color
Monochromatic Colors of #C3EDBD
Black with #C3EDBD
Text Example
Text Example
White with #C3EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDBD; }
p { color: rgb(195,237,189); }
H1.HeaderClassName
{
color: #C3EDBD;
}
.AnyTagClassName
{
color: #C3EDBD;
}
</style>
background-color css
<style>
a { background-color: #C3EDBD; }
a { background-color: rgb(195,237,189); }
div.DivClassName
{
background-color: #C3EDBD;
}
.BgClassName
{
background-color: #C3EDBD;
}
</style>
border-color css
<style>
span { border-color: #C3EDBD; }
span { border-color: rgb(195,237,189); }
td.TdClassName
{
border-color: #C3EDBD;
}
.TagClassName
{
border-color: #C3EDBD;
}
</style>