Shades of Tea Green #C1EDBD
Tints of Tea Green #C1EDBD
RGB
CMYK
RGB Variations
Color information
#C1EDBD (or 0xC1EDBD) is known color: Tea Green. HEX triplet: C1, ED and BD. RGB value is (193,237,189). Sum of RGB (Red+Green+Blue) = 193+237+189=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EDBD is #3E1242. Grayscale: #DADADA. Windows color (decimal): -4067907 or 12447169. OLE color: 12447169.
HSL color Cylindrical-coordinate representation of color #C1EDBD: hue angle of 115º 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 #C1EDBD is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 189 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.07 |
| HSL | 115º | 0.57% | 0.84% | - |
| HSV(B) | 115º | 0.2% | 0.93% | - |
| XYZ | 61.46 | 75.58 | 59.49 | - |
| YUV | 218.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 189 | 0.19 | 0 | 0.20 | 0.07 | 115 | 0.57 | 0.84 |
| Hex | C1 | ED | BD | 13 | 0 | 14 | 7 | 73 | 39 | 54 |
| Octal | 301 | 355 | 275 | 23 | 0 | 24 | 7 | 163 | 71 | 124 |
| Binary | 11000001 | 11101101 | 10111101 | 10011 | 0 | 10100 | 111 | 1110011 | 111001 | 1010100 |
Color Harmonies of #C1EDBD
Complementary color
Monochromatic Colors of #C1EDBD
Black with #C1EDBD
Text Example
Text Example
White with #C1EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EDBD; }
p { color: rgb(193,237,189); }
H1.HeaderClassName
{
color: #C1EDBD;
}
.AnyTagClassName
{
color: #C1EDBD;
}
</style>
background-color css
<style>
a { background-color: #C1EDBD; }
a { background-color: rgb(193,237,189); }
div.DivClassName
{
background-color: #C1EDBD;
}
.BgClassName
{
background-color: #C1EDBD;
}
</style>
border-color css
<style>
span { border-color: #C1EDBD; }
span { border-color: rgb(193,237,189); }
td.TdClassName
{
border-color: #C1EDBD;
}
.TagClassName
{
border-color: #C1EDBD;
}
</style>