Shades of Tea Green #CBE4BD
Tints of Tea Green #CBE4BD
RGB
CMYK
RGB Variations
Color information
#CBE4BD (or 0xCBE4BD) is known color: Tea Green. HEX triplet: CB, E4 and BD. RGB value is (203,228,189). Sum of RGB (Red+Green+Blue) = 203+228+189=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4BD is #341B42. Grayscale: #D8D8D8. Windows color (decimal): -3414851 or 12444875. OLE color: 12444875.
HSL color Cylindrical-coordinate representation of color #CBE4BD: hue angle of 98.46º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE4BD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 189 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.11 |
| HSL | 98.46º | 0.42% | 0.82% | - |
| HSV(B) | 98.46º | 0.17% | 0.89% | - |
| XYZ | 61.56 | 71.86 | 58.77 | - |
| YUV | 216.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 189 | 0.11 | 0 | 0.17 | 0.11 | 98.46 | 0.42 | 0.82 |
| Hex | CB | E4 | BD | B | 0 | 11 | B | 62 | 2A | 52 |
| Octal | 313 | 344 | 275 | 13 | 0 | 21 | 13 | 142 | 52 | 122 |
| Binary | 11001011 | 11100100 | 10111101 | 1011 | 0 | 10001 | 1011 | 1100010 | 101010 | 1010010 |
Color Harmonies of #CBE4BD
Complementary color
Monochromatic Colors of #CBE4BD
Black with #CBE4BD
Text Example
Text Example
White with #CBE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4BD; }
p { color: rgb(203,228,189); }
H1.HeaderClassName
{
color: #CBE4BD;
}
.AnyTagClassName
{
color: #CBE4BD;
}
</style>
background-color css
<style>
a { background-color: #CBE4BD; }
a { background-color: rgb(203,228,189); }
div.DivClassName
{
background-color: #CBE4BD;
}
.BgClassName
{
background-color: #CBE4BD;
}
</style>
border-color css
<style>
span { border-color: #CBE4BD; }
span { border-color: rgb(203,228,189); }
td.TdClassName
{
border-color: #CBE4BD;
}
.TagClassName
{
border-color: #CBE4BD;
}
</style>