Shades of Tea Green #CBE9BF
Tints of Tea Green #CBE9BF
RGB
CMYK
RGB Variations
Color information
#CBE9BF (or 0xCBE9BF) is known color: Tea Green. HEX triplet: CB, E9 and BF. RGB value is (203,233,191). Sum of RGB (Red+Green+Blue) = 203+233+191=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9BF is #341640. Grayscale: #DBDBDB. Windows color (decimal): -3413569 or 12577227. OLE color: 12577227.
HSL color Cylindrical-coordinate representation of color #CBE9BF: hue angle of 102.86º degrees, saturation: 0.49, 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 #CBE9BF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 191 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.09 |
| HSL | 102.86º | 0.49% | 0.83% | - |
| HSV(B) | 102.86º | 0.18% | 0.91% | - |
| XYZ | 63.17 | 74.74 | 60.39 | - |
| YUV | 219.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 191 | 0.13 | 0 | 0.18 | 0.09 | 102.86 | 0.49 | 0.83 |
| Hex | CB | E9 | BF | D | 0 | 12 | 9 | 67 | 31 | 53 |
| Octal | 313 | 351 | 277 | 15 | 0 | 22 | 11 | 147 | 61 | 123 |
| Binary | 11001011 | 11101001 | 10111111 | 1101 | 0 | 10010 | 1001 | 1100111 | 110001 | 1010011 |
Color Harmonies of #CBE9BF
Complementary color
Monochromatic Colors of #CBE9BF
Black with #CBE9BF
Text Example
Text Example
White with #CBE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9BF; }
p { color: rgb(203,233,191); }
H1.HeaderClassName
{
color: #CBE9BF;
}
.AnyTagClassName
{
color: #CBE9BF;
}
</style>
background-color css
<style>
a { background-color: #CBE9BF; }
a { background-color: rgb(203,233,191); }
div.DivClassName
{
background-color: #CBE9BF;
}
.BgClassName
{
background-color: #CBE9BF;
}
</style>
border-color css
<style>
span { border-color: #CBE9BF; }
span { border-color: rgb(203,233,191); }
td.TdClassName
{
border-color: #CBE9BF;
}
.TagClassName
{
border-color: #CBE9BF;
}
</style>