Shades of Tea Green #CBE1BC
Tints of Tea Green #CBE1BC
RGB
CMYK
RGB Variations
Color information
#CBE1BC (or 0xCBE1BC) is known color: Tea Green. HEX triplet: CB, E1 and BC. RGB value is (203,225,188). Sum of RGB (Red+Green+Blue) = 203+225+188=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BC is #341E43. Grayscale: #D6D6D6. Windows color (decimal): -3415620 or 12378571. OLE color: 12378571.
HSL color Cylindrical-coordinate representation of color #CBE1BC: hue angle of 95.68º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBE1BC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 188 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.12 |
| HSL | 95.68º | 0.38% | 0.81% | - |
| HSV(B) | 95.68º | 0.16% | 0.88% | - |
| XYZ | 60.63 | 70.18 | 57.93 | - |
| YUV | 214.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 188 | 0.10 | 0 | 0.16 | 0.12 | 95.68 | 0.38 | 0.81 |
| Hex | CB | E1 | BC | A | 0 | 10 | C | 60 | 26 | 51 |
| Octal | 313 | 341 | 274 | 12 | 0 | 20 | 14 | 140 | 46 | 121 |
| Binary | 11001011 | 11100001 | 10111100 | 1010 | 0 | 10000 | 1100 | 1100000 | 100110 | 1010001 |
Color Harmonies of #CBE1BC
Complementary color
Monochromatic Colors of #CBE1BC
Black with #CBE1BC
Text Example
Text Example
White with #CBE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1BC; }
p { color: rgb(203,225,188); }
H1.HeaderClassName
{
color: #CBE1BC;
}
.AnyTagClassName
{
color: #CBE1BC;
}
</style>
background-color css
<style>
a { background-color: #CBE1BC; }
a { background-color: rgb(203,225,188); }
div.DivClassName
{
background-color: #CBE1BC;
}
.BgClassName
{
background-color: #CBE1BC;
}
</style>
border-color css
<style>
span { border-color: #CBE1BC; }
span { border-color: rgb(203,225,188); }
td.TdClassName
{
border-color: #CBE1BC;
}
.TagClassName
{
border-color: #CBE1BC;
}
</style>