Shades of Tea Green #CBE6B2
Tints of Tea Green #CBE6B2
RGB
CMYK
RGB Variations
Color information
#CBE6B2 (or 0xCBE6B2) is known color: Tea Green. HEX triplet: CB, E6 and B2. RGB value is (203,230,178). Sum of RGB (Red+Green+Blue) = 203+230+178=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE6B2 is #34194D. Grayscale: #D8D8D8. Windows color (decimal): -3414350 or 11724491. OLE color: 11724491.
HSL color Cylindrical-coordinate representation of color #CBE6B2: hue angle of 91.15º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBE6B2 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 178 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.10 |
| HSL | 91.15º | 0.51% | 0.8% | - |
| HSV(B) | 91.15º | 0.23% | 0.9% | - |
| XYZ | 60.96 | 72.5 | 52.9 | - |
| YUV | 216 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 178 | 0.12 | 0 | 0.23 | 0.10 | 91.15 | 0.51 | 0.8 |
| Hex | CB | E6 | B2 | C | 0 | 17 | A | 5B | 33 | 50 |
| Octal | 313 | 346 | 262 | 14 | 0 | 27 | 12 | 133 | 63 | 120 |
| Binary | 11001011 | 11100110 | 10110010 | 1100 | 0 | 10111 | 1010 | 1011011 | 110011 | 1010000 |
Color Harmonies of #CBE6B2
Complementary color
Monochromatic Colors of #CBE6B2
Black with #CBE6B2
Text Example
Text Example
White with #CBE6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6B2; }
p { color: rgb(203,230,178); }
H1.HeaderClassName
{
color: #CBE6B2;
}
.AnyTagClassName
{
color: #CBE6B2;
}
</style>
background-color css
<style>
a { background-color: #CBE6B2; }
a { background-color: rgb(203,230,178); }
div.DivClassName
{
background-color: #CBE6B2;
}
.BgClassName
{
background-color: #CBE6B2;
}
</style>
border-color css
<style>
span { border-color: #CBE6B2; }
span { border-color: rgb(203,230,178); }
td.TdClassName
{
border-color: #CBE6B2;
}
.TagClassName
{
border-color: #CBE6B2;
}
</style>