Shades of Tea Green #C0EDBB
Tints of Tea Green #C0EDBB
RGB
CMYK
RGB Variations
Color information
#C0EDBB (or 0xC0EDBB) is known color: Tea Green. HEX triplet: C0, ED and BB. RGB value is (192,237,187). Sum of RGB (Red+Green+Blue) = 192+237+187=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDBB is #3F1244. Grayscale: #D9D9D9. Windows color (decimal): -4133445 or 12316096. OLE color: 12316096.
HSL color Cylindrical-coordinate representation of color #C0EDBB: hue angle of 114º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EDBB is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 187 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.07 |
| HSL | 114º | 0.58% | 0.83% | - |
| HSV(B) | 114º | 0.21% | 0.93% | - |
| XYZ | 60.99 | 75.36 | 58.35 | - |
| YUV | 217.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 187 | 0.19 | 0 | 0.21 | 0.07 | 114 | 0.58 | 0.83 |
| Hex | C0 | ED | BB | 13 | 0 | 15 | 7 | 72 | 3A | 53 |
| Octal | 300 | 355 | 273 | 23 | 0 | 25 | 7 | 162 | 72 | 123 |
| Binary | 11000000 | 11101101 | 10111011 | 10011 | 0 | 10101 | 111 | 1110010 | 111010 | 1010011 |
Color Harmonies of #C0EDBB
Complementary color
Monochromatic Colors of #C0EDBB
Black with #C0EDBB
Text Example
Text Example
White with #C0EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDBB; }
p { color: rgb(192,237,187); }
H1.HeaderClassName
{
color: #C0EDBB;
}
.AnyTagClassName
{
color: #C0EDBB;
}
</style>
background-color css
<style>
a { background-color: #C0EDBB; }
a { background-color: rgb(192,237,187); }
div.DivClassName
{
background-color: #C0EDBB;
}
.BgClassName
{
background-color: #C0EDBB;
}
</style>
border-color css
<style>
span { border-color: #C0EDBB; }
span { border-color: rgb(192,237,187); }
td.TdClassName
{
border-color: #C0EDBB;
}
.TagClassName
{
border-color: #C0EDBB;
}
</style>