Shades of Tea Green #CBE7BA
Tints of Tea Green #CBE7BA
RGB
CMYK
RGB Variations
Color information
#CBE7BA (or 0xCBE7BA) is known color: Tea Green. HEX triplet: CB, E7 and BA. RGB value is (203,231,186). Sum of RGB (Red+Green+Blue) = 203+231+186=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7BA is #341845. Grayscale: #D9D9D9. Windows color (decimal): -3414086 or 12249035. OLE color: 12249035.
HSL color Cylindrical-coordinate representation of color #CBE7BA: hue angle of 97.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE7BA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 186 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.09 |
| HSL | 97.33º | 0.48% | 0.82% | - |
| HSV(B) | 97.33º | 0.19% | 0.91% | - |
| XYZ | 62.07 | 73.39 | 57.35 | - |
| YUV | 217.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 186 | 0.12 | 0 | 0.19 | 0.09 | 97.33 | 0.48 | 0.82 |
| Hex | CB | E7 | BA | C | 0 | 13 | 9 | 61 | 30 | 52 |
| Octal | 313 | 347 | 272 | 14 | 0 | 23 | 11 | 141 | 60 | 122 |
| Binary | 11001011 | 11100111 | 10111010 | 1100 | 0 | 10011 | 1001 | 1100001 | 110000 | 1010010 |
Color Harmonies of #CBE7BA
Complementary color
Monochromatic Colors of #CBE7BA
Black with #CBE7BA
Text Example
Text Example
White with #CBE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7BA; }
p { color: rgb(203,231,186); }
H1.HeaderClassName
{
color: #CBE7BA;
}
.AnyTagClassName
{
color: #CBE7BA;
}
</style>
background-color css
<style>
a { background-color: #CBE7BA; }
a { background-color: rgb(203,231,186); }
div.DivClassName
{
background-color: #CBE7BA;
}
.BgClassName
{
background-color: #CBE7BA;
}
</style>
border-color css
<style>
span { border-color: #CBE7BA; }
span { border-color: rgb(203,231,186); }
td.TdClassName
{
border-color: #CBE7BA;
}
.TagClassName
{
border-color: #CBE7BA;
}
</style>