Shades of Tea Green #CBE2B8
Tints of Tea Green #CBE2B8
RGB
CMYK
RGB Variations
Color information
#CBE2B8 (or 0xCBE2B8) is known color: Tea Green. HEX triplet: CB, E2 and B8. RGB value is (203,226,184). Sum of RGB (Red+Green+Blue) = 203+226+184=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2B8 is #341D47. Grayscale: #D6D6D6. Windows color (decimal): -3415368 or 12116683. OLE color: 12116683.
HSL color Cylindrical-coordinate representation of color #CBE2B8: hue angle of 92.86º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE2B8 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 184 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.11 |
| HSL | 92.86º | 0.42% | 0.8% | - |
| HSV(B) | 92.86º | 0.19% | 0.89% | - |
| XYZ | 60.48 | 70.55 | 55.78 | - |
| YUV | 214.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 184 | 0.10 | 0 | 0.19 | 0.11 | 92.86 | 0.42 | 0.8 |
| Hex | CB | E2 | B8 | A | 0 | 13 | B | 5D | 2A | 50 |
| Octal | 313 | 342 | 270 | 12 | 0 | 23 | 13 | 135 | 52 | 120 |
| Binary | 11001011 | 11100010 | 10111000 | 1010 | 0 | 10011 | 1011 | 1011101 | 101010 | 1010000 |
Color Harmonies of #CBE2B8
Complementary color
Monochromatic Colors of #CBE2B8
Black with #CBE2B8
Text Example
Text Example
White with #CBE2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2B8; }
p { color: rgb(203,226,184); }
H1.HeaderClassName
{
color: #CBE2B8;
}
.AnyTagClassName
{
color: #CBE2B8;
}
</style>
background-color css
<style>
a { background-color: #CBE2B8; }
a { background-color: rgb(203,226,184); }
div.DivClassName
{
background-color: #CBE2B8;
}
.BgClassName
{
background-color: #CBE2B8;
}
</style>
border-color css
<style>
span { border-color: #CBE2B8; }
span { border-color: rgb(203,226,184); }
td.TdClassName
{
border-color: #CBE2B8;
}
.TagClassName
{
border-color: #CBE2B8;
}
</style>