Shades of Tea Green #CBE7BE
Tints of Tea Green #CBE7BE
RGB
CMYK
RGB Variations
Color information
#CBE7BE (or 0xCBE7BE) is known color: Tea Green. HEX triplet: CB, E7 and BE. RGB value is (203,231,190). Sum of RGB (Red+Green+Blue) = 203+231+190=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7BE is #341841. Grayscale: #DADADA. Windows color (decimal): -3414082 or 12511179. OLE color: 12511179.
HSL color Cylindrical-coordinate representation of color #CBE7BE: hue angle of 100.98º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE7BE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 190 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.09 |
| HSL | 100.98º | 0.46% | 0.83% | - |
| HSV(B) | 100.98º | 0.18% | 0.91% | - |
| XYZ | 62.5 | 73.57 | 59.62 | - |
| YUV | 217.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 190 | 0.12 | 0 | 0.18 | 0.09 | 100.98 | 0.46 | 0.83 |
| Hex | CB | E7 | BE | C | 0 | 12 | 9 | 65 | 2E | 53 |
| Octal | 313 | 347 | 276 | 14 | 0 | 22 | 11 | 145 | 56 | 123 |
| Binary | 11001011 | 11100111 | 10111110 | 1100 | 0 | 10010 | 1001 | 1100101 | 101110 | 1010011 |
Color Harmonies of #CBE7BE
Complementary color
Monochromatic Colors of #CBE7BE
Black with #CBE7BE
Text Example
Text Example
White with #CBE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7BE; }
p { color: rgb(203,231,190); }
H1.HeaderClassName
{
color: #CBE7BE;
}
.AnyTagClassName
{
color: #CBE7BE;
}
</style>
background-color css
<style>
a { background-color: #CBE7BE; }
a { background-color: rgb(203,231,190); }
div.DivClassName
{
background-color: #CBE7BE;
}
.BgClassName
{
background-color: #CBE7BE;
}
</style>
border-color css
<style>
span { border-color: #CBE7BE; }
span { border-color: rgb(203,231,190); }
td.TdClassName
{
border-color: #CBE7BE;
}
.TagClassName
{
border-color: #CBE7BE;
}
</style>