Shades of Tea Green #CBE2BB
Tints of Tea Green #CBE2BB
RGB
CMYK
RGB Variations
Color information
#CBE2BB (or 0xCBE2BB) is known color: Tea Green. HEX triplet: CB, E2 and BB. RGB value is (203,226,187). Sum of RGB (Red+Green+Blue) = 203+226+187=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2BB is #341D44. Grayscale: #D6D6D6. Windows color (decimal): -3415365 or 12313291. OLE color: 12313291.
HSL color Cylindrical-coordinate representation of color #CBE2BB: hue angle of 95.38º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE2BB is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 187 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.11 |
| HSL | 95.38º | 0.4% | 0.81% | - |
| HSV(B) | 95.38º | 0.17% | 0.89% | - |
| XYZ | 60.79 | 70.68 | 57.45 | - |
| YUV | 214.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 187 | 0.10 | 0 | 0.17 | 0.11 | 95.38 | 0.4 | 0.81 |
| Hex | CB | E2 | BB | A | 0 | 11 | B | 5F | 28 | 51 |
| Octal | 313 | 342 | 273 | 12 | 0 | 21 | 13 | 137 | 50 | 121 |
| Binary | 11001011 | 11100010 | 10111011 | 1010 | 0 | 10001 | 1011 | 1011111 | 101000 | 1010001 |
Color Harmonies of #CBE2BB
Complementary color
Monochromatic Colors of #CBE2BB
Black with #CBE2BB
Text Example
Text Example
White with #CBE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2BB; }
p { color: rgb(203,226,187); }
H1.HeaderClassName
{
color: #CBE2BB;
}
.AnyTagClassName
{
color: #CBE2BB;
}
</style>
background-color css
<style>
a { background-color: #CBE2BB; }
a { background-color: rgb(203,226,187); }
div.DivClassName
{
background-color: #CBE2BB;
}
.BgClassName
{
background-color: #CBE2BB;
}
</style>
border-color css
<style>
span { border-color: #CBE2BB; }
span { border-color: rgb(203,226,187); }
td.TdClassName
{
border-color: #CBE2BB;
}
.TagClassName
{
border-color: #CBE2BB;
}
</style>