Shades of Tea Green #CBE6B1
Tints of Tea Green #CBE6B1
RGB
CMYK
RGB Variations
Color information
#CBE6B1 (or 0xCBE6B1) is known color: Tea Green. HEX triplet: CB, E6 and B1. RGB value is (203,230,177). Sum of RGB (Red+Green+Blue) = 203+230+177=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE6B1 is #34194E. Grayscale: #D8D8D8. Windows color (decimal): -3414351 or 11658955. OLE color: 11658955.
HSL color Cylindrical-coordinate representation of color #CBE6B1: hue angle of 90.57º 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 #CBE6B1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 177 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.10 |
| HSL | 90.57º | 0.51% | 0.8% | - |
| HSV(B) | 90.57º | 0.23% | 0.9% | - |
| XYZ | 60.86 | 72.46 | 52.37 | - |
| YUV | 215.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 177 | 0.12 | 0 | 0.23 | 0.10 | 90.57 | 0.51 | 0.8 |
| Hex | CB | E6 | B1 | C | 0 | 17 | A | 5B | 33 | 50 |
| Octal | 313 | 346 | 261 | 14 | 0 | 27 | 12 | 133 | 63 | 120 |
| Binary | 11001011 | 11100110 | 10110001 | 1100 | 0 | 10111 | 1010 | 1011011 | 110011 | 1010000 |
Color Harmonies of #CBE6B1
Complementary color
Monochromatic Colors of #CBE6B1
Black with #CBE6B1
Text Example
Text Example
White with #CBE6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6B1; }
p { color: rgb(203,230,177); }
H1.HeaderClassName
{
color: #CBE6B1;
}
.AnyTagClassName
{
color: #CBE6B1;
}
</style>
background-color css
<style>
a { background-color: #CBE6B1; }
a { background-color: rgb(203,230,177); }
div.DivClassName
{
background-color: #CBE6B1;
}
.BgClassName
{
background-color: #CBE6B1;
}
</style>
border-color css
<style>
span { border-color: #CBE6B1; }
span { border-color: rgb(203,230,177); }
td.TdClassName
{
border-color: #CBE6B1;
}
.TagClassName
{
border-color: #CBE6B1;
}
</style>