Shades of Tea Green #CBE1B9
Tints of Tea Green #CBE1B9
RGB
CMYK
RGB Variations
Color information
#CBE1B9 (or 0xCBE1B9) is known color: Tea Green. HEX triplet: CB, E1 and B9. RGB value is (203,225,185). Sum of RGB (Red+Green+Blue) = 203+225+185=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1B9 is #341E46. Grayscale: #D6D6D6. Windows color (decimal): -3415623 or 12181963. OLE color: 12181963.
HSL color Cylindrical-coordinate representation of color #CBE1B9: hue angle of 93º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE1B9 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 185 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.12 |
| HSL | 93º | 0.4% | 0.8% | - |
| HSV(B) | 93º | 0.18% | 0.88% | - |
| XYZ | 60.31 | 70.05 | 56.24 | - |
| YUV | 213.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 185 | 0.10 | 0 | 0.18 | 0.12 | 93 | 0.4 | 0.8 |
| Hex | CB | E1 | B9 | A | 0 | 12 | C | 5D | 28 | 50 |
| Octal | 313 | 341 | 271 | 12 | 0 | 22 | 14 | 135 | 50 | 120 |
| Binary | 11001011 | 11100001 | 10111001 | 1010 | 0 | 10010 | 1100 | 1011101 | 101000 | 1010000 |
Color Harmonies of #CBE1B9
Complementary color
Monochromatic Colors of #CBE1B9
Black with #CBE1B9
Text Example
Text Example
White with #CBE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1B9; }
p { color: rgb(203,225,185); }
H1.HeaderClassName
{
color: #CBE1B9;
}
.AnyTagClassName
{
color: #CBE1B9;
}
</style>
background-color css
<style>
a { background-color: #CBE1B9; }
a { background-color: rgb(203,225,185); }
div.DivClassName
{
background-color: #CBE1B9;
}
.BgClassName
{
background-color: #CBE1B9;
}
</style>
border-color css
<style>
span { border-color: #CBE1B9; }
span { border-color: rgb(203,225,185); }
td.TdClassName
{
border-color: #CBE1B9;
}
.TagClassName
{
border-color: #CBE1B9;
}
</style>