Shades of Tea Green #CBEBBD
Tints of Tea Green #CBEBBD
RGB
CMYK
RGB Variations
Color information
#CBEBBD (or 0xCBEBBD) is known color: Tea Green. HEX triplet: CB, EB and BD. RGB value is (203,235,189). Sum of RGB (Red+Green+Blue) = 203+235+189=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBBD is #341442. Grayscale: #DCDCDC. Windows color (decimal): -3413059 or 12446667. OLE color: 12446667.
HSL color Cylindrical-coordinate representation of color #CBEBBD: hue angle of 101.74º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEBBD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 189 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.08 |
| HSL | 101.74º | 0.53% | 0.83% | - |
| HSV(B) | 101.74º | 0.2% | 0.92% | - |
| XYZ | 63.52 | 75.79 | 59.42 | - |
| YUV | 220.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 189 | 0.14 | 0 | 0.20 | 0.08 | 101.74 | 0.53 | 0.83 |
| Hex | CB | EB | BD | E | 0 | 14 | 8 | 66 | 35 | 53 |
| Octal | 313 | 353 | 275 | 16 | 0 | 24 | 10 | 146 | 65 | 123 |
| Binary | 11001011 | 11101011 | 10111101 | 1110 | 0 | 10100 | 1000 | 1100110 | 110101 | 1010011 |
Color Harmonies of #CBEBBD
Complementary color
Monochromatic Colors of #CBEBBD
Black with #CBEBBD
Text Example
Text Example
White with #CBEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBBD; }
p { color: rgb(203,235,189); }
H1.HeaderClassName
{
color: #CBEBBD;
}
.AnyTagClassName
{
color: #CBEBBD;
}
</style>
background-color css
<style>
a { background-color: #CBEBBD; }
a { background-color: rgb(203,235,189); }
div.DivClassName
{
background-color: #CBEBBD;
}
.BgClassName
{
background-color: #CBEBBD;
}
</style>
border-color css
<style>
span { border-color: #CBEBBD; }
span { border-color: rgb(203,235,189); }
td.TdClassName
{
border-color: #CBEBBD;
}
.TagClassName
{
border-color: #CBEBBD;
}
</style>