Shades of Tea Green #CBE1BD
Tints of Tea Green #CBE1BD
RGB
CMYK
RGB Variations
Color information
#CBE1BD (or 0xCBE1BD) is known color: Tea Green. HEX triplet: CB, E1 and BD. RGB value is (203,225,189). Sum of RGB (Red+Green+Blue) = 203+225+189=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BD is #341E42. Grayscale: #D6D6D6. Windows color (decimal): -3415619 or 12444107. OLE color: 12444107.
HSL color Cylindrical-coordinate representation of color #CBE1BD: hue angle of 96.67º 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 #CBE1BD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 189 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.12 |
| HSL | 96.67º | 0.38% | 0.81% | - |
| HSV(B) | 96.67º | 0.16% | 0.88% | - |
| XYZ | 60.74 | 70.22 | 58.5 | - |
| YUV | 214.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 189 | 0.10 | 0 | 0.16 | 0.12 | 96.67 | 0.38 | 0.81 |
| Hex | CB | E1 | BD | A | 0 | 10 | C | 61 | 26 | 51 |
| Octal | 313 | 341 | 275 | 12 | 0 | 20 | 14 | 141 | 46 | 121 |
| Binary | 11001011 | 11100001 | 10111101 | 1010 | 0 | 10000 | 1100 | 1100001 | 100110 | 1010001 |
Color Harmonies of #CBE1BD
Complementary color
Monochromatic Colors of #CBE1BD
Black with #CBE1BD
Text Example
Text Example
White with #CBE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1BD; }
p { color: rgb(203,225,189); }
H1.HeaderClassName
{
color: #CBE1BD;
}
.AnyTagClassName
{
color: #CBE1BD;
}
</style>
background-color css
<style>
a { background-color: #CBE1BD; }
a { background-color: rgb(203,225,189); }
div.DivClassName
{
background-color: #CBE1BD;
}
.BgClassName
{
background-color: #CBE1BD;
}
</style>
border-color css
<style>
span { border-color: #CBE1BD; }
span { border-color: rgb(203,225,189); }
td.TdClassName
{
border-color: #CBE1BD;
}
.TagClassName
{
border-color: #CBE1BD;
}
</style>