Shades of Tea Green #CBE0BB
Tints of Tea Green #CBE0BB
RGB
CMYK
RGB Variations
Color information
#CBE0BB (or 0xCBE0BB) is known color: Tea Green. HEX triplet: CB, E0 and BB. RGB value is (203,224,187). Sum of RGB (Red+Green+Blue) = 203+224+187=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0BB is #341F44. Grayscale: #D5D5D5. Windows color (decimal): -3415877 or 12312779. OLE color: 12312779.
HSL color Cylindrical-coordinate representation of color #CBE0BB: hue angle of 94.05º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE0BB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 187 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.12 |
| HSL | 94.05º | 0.37% | 0.81% | - |
| HSV(B) | 94.05º | 0.17% | 0.88% | - |
| XYZ | 60.25 | 69.6 | 57.27 | - |
| YUV | 213.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 187 | 0.09 | 0 | 0.17 | 0.12 | 94.05 | 0.37 | 0.81 |
| Hex | CB | E0 | BB | 9 | 0 | 11 | C | 5E | 25 | 51 |
| Octal | 313 | 340 | 273 | 11 | 0 | 21 | 14 | 136 | 45 | 121 |
| Binary | 11001011 | 11100000 | 10111011 | 1001 | 0 | 10001 | 1100 | 1011110 | 100101 | 1010001 |
Color Harmonies of #CBE0BB
Complementary color
Monochromatic Colors of #CBE0BB
Black with #CBE0BB
Text Example
Text Example
White with #CBE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0BB; }
p { color: rgb(203,224,187); }
H1.HeaderClassName
{
color: #CBE0BB;
}
.AnyTagClassName
{
color: #CBE0BB;
}
</style>
background-color css
<style>
a { background-color: #CBE0BB; }
a { background-color: rgb(203,224,187); }
div.DivClassName
{
background-color: #CBE0BB;
}
.BgClassName
{
background-color: #CBE0BB;
}
</style>
border-color css
<style>
span { border-color: #CBE0BB; }
span { border-color: rgb(203,224,187); }
td.TdClassName
{
border-color: #CBE0BB;
}
.TagClassName
{
border-color: #CBE0BB;
}
</style>