Shades of Tea Green #CBEBC0
Tints of Tea Green #CBEBC0
RGB
CMYK
RGB Variations
Color information
#CBEBC0 (or 0xCBEBC0) is known color: Tea Green. HEX triplet: CB, EB and C0. RGB value is (203,235,192). Sum of RGB (Red+Green+Blue) = 203+235+192=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBC0 is #34143F. Grayscale: #DCDCDC. Windows color (decimal): -3413056 or 12643275. OLE color: 12643275.
HSL color Cylindrical-coordinate representation of color #CBEBC0: hue angle of 104.65º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEBC0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 192 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.08 |
| HSL | 104.65º | 0.52% | 0.84% | - |
| HSV(B) | 104.65º | 0.18% | 0.92% | - |
| XYZ | 63.85 | 75.92 | 61.16 | - |
| YUV | 220.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 192 | 0.14 | 0 | 0.18 | 0.08 | 104.65 | 0.52 | 0.84 |
| Hex | CB | EB | C0 | E | 0 | 12 | 8 | 69 | 34 | 54 |
| Octal | 313 | 353 | 300 | 16 | 0 | 22 | 10 | 151 | 64 | 124 |
| Binary | 11001011 | 11101011 | 11000000 | 1110 | 0 | 10010 | 1000 | 1101001 | 110100 | 1010100 |
Color Harmonies of #CBEBC0
Complementary color
Monochromatic Colors of #CBEBC0
Black with #CBEBC0
Text Example
Text Example
White with #CBEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBC0; }
p { color: rgb(203,235,192); }
H1.HeaderClassName
{
color: #CBEBC0;
}
.AnyTagClassName
{
color: #CBEBC0;
}
</style>
background-color css
<style>
a { background-color: #CBEBC0; }
a { background-color: rgb(203,235,192); }
div.DivClassName
{
background-color: #CBEBC0;
}
.BgClassName
{
background-color: #CBEBC0;
}
</style>
border-color css
<style>
span { border-color: #CBEBC0; }
span { border-color: rgb(203,235,192); }
td.TdClassName
{
border-color: #CBEBC0;
}
.TagClassName
{
border-color: #CBEBC0;
}
</style>