Shades of Tea Green #CBE5BC
Tints of Tea Green #CBE5BC
RGB
CMYK
RGB Variations
Color information
#CBE5BC (or 0xCBE5BC) is known color: Tea Green. HEX triplet: CB, E5 and BC. RGB value is (203,229,188). Sum of RGB (Red+Green+Blue) = 203+229+188=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5BC is #341A43. Grayscale: #D8D8D8. Windows color (decimal): -3414596 or 12379595. OLE color: 12379595.
HSL color Cylindrical-coordinate representation of color #CBE5BC: hue angle of 98.05º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE5BC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 188 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.10 |
| HSL | 98.05º | 0.44% | 0.82% | - |
| HSV(B) | 98.05º | 0.18% | 0.9% | - |
| XYZ | 61.73 | 72.37 | 58.29 | - |
| YUV | 216.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 188 | 0.11 | 0 | 0.18 | 0.10 | 98.05 | 0.44 | 0.82 |
| Hex | CB | E5 | BC | B | 0 | 12 | A | 62 | 2C | 52 |
| Octal | 313 | 345 | 274 | 13 | 0 | 22 | 12 | 142 | 54 | 122 |
| Binary | 11001011 | 11100101 | 10111100 | 1011 | 0 | 10010 | 1010 | 1100010 | 101100 | 1010010 |
Color Harmonies of #CBE5BC
Complementary color
Monochromatic Colors of #CBE5BC
Black with #CBE5BC
Text Example
Text Example
White with #CBE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5BC; }
p { color: rgb(203,229,188); }
H1.HeaderClassName
{
color: #CBE5BC;
}
.AnyTagClassName
{
color: #CBE5BC;
}
</style>
background-color css
<style>
a { background-color: #CBE5BC; }
a { background-color: rgb(203,229,188); }
div.DivClassName
{
background-color: #CBE5BC;
}
.BgClassName
{
background-color: #CBE5BC;
}
</style>
border-color css
<style>
span { border-color: #CBE5BC; }
span { border-color: rgb(203,229,188); }
td.TdClassName
{
border-color: #CBE5BC;
}
.TagClassName
{
border-color: #CBE5BC;
}
</style>