Shades of Tea Green #CBE7BD
Tints of Tea Green #CBE7BD
RGB
CMYK
RGB Variations
Color information
#CBE7BD (or 0xCBE7BD) is known color: Tea Green. HEX triplet: CB, E7 and BD. RGB value is (203,231,189). Sum of RGB (Red+Green+Blue) = 203+231+189=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7BD is #341842. Grayscale: #D9D9D9. Windows color (decimal): -3414083 or 12445643. OLE color: 12445643.
HSL color Cylindrical-coordinate representation of color #CBE7BD: hue angle of 100º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE7BD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 189 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.09 |
| HSL | 100º | 0.47% | 0.82% | - |
| HSV(B) | 100º | 0.18% | 0.91% | - |
| XYZ | 62.39 | 73.52 | 59.05 | - |
| YUV | 217.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 189 | 0.12 | 0 | 0.18 | 0.09 | 100 | 0.47 | 0.82 |
| Hex | CB | E7 | BD | C | 0 | 12 | 9 | 64 | 2F | 52 |
| Octal | 313 | 347 | 275 | 14 | 0 | 22 | 11 | 144 | 57 | 122 |
| Binary | 11001011 | 11100111 | 10111101 | 1100 | 0 | 10010 | 1001 | 1100100 | 101111 | 1010010 |
Color Harmonies of #CBE7BD
Complementary color
Monochromatic Colors of #CBE7BD
Black with #CBE7BD
Text Example
Text Example
White with #CBE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7BD; }
p { color: rgb(203,231,189); }
H1.HeaderClassName
{
color: #CBE7BD;
}
.AnyTagClassName
{
color: #CBE7BD;
}
</style>
background-color css
<style>
a { background-color: #CBE7BD; }
a { background-color: rgb(203,231,189); }
div.DivClassName
{
background-color: #CBE7BD;
}
.BgClassName
{
background-color: #CBE7BD;
}
</style>
border-color css
<style>
span { border-color: #CBE7BD; }
span { border-color: rgb(203,231,189); }
td.TdClassName
{
border-color: #CBE7BD;
}
.TagClassName
{
border-color: #CBE7BD;
}
</style>