Shades of Tea Green #CBEDB0
Tints of Tea Green #CBEDB0
RGB
CMYK
RGB Variations
Color information
#CBEDB0 (or 0xCBEDB0) is known color: Tea Green. HEX triplet: CB, ED and B0. RGB value is (203,237,176). Sum of RGB (Red+Green+Blue) = 203+237+176=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDB0 is #34124F. Grayscale: #DCDCDC. Windows color (decimal): -3412560 or 11595211. OLE color: 11595211.
HSL color Cylindrical-coordinate representation of color #CBEDB0: hue angle of 93.44º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEDB0 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 176 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 93.44º | 0.63% | 0.81% | - |
| HSV(B) | 93.44º | 0.26% | 0.93% | - |
| XYZ | 62.75 | 76.4 | 52.51 | - |
| YUV | 219.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 176 | 0.14 | 0 | 0.26 | 0.07 | 93.44 | 0.63 | 0.81 |
| Hex | CB | ED | B0 | E | 0 | 1A | 7 | 5D | 3F | 51 |
| Octal | 313 | 355 | 260 | 16 | 0 | 32 | 7 | 135 | 77 | 121 |
| Binary | 11001011 | 11101101 | 10110000 | 1110 | 0 | 11010 | 111 | 1011101 | 111111 | 1010001 |
Color Harmonies of #CBEDB0
Complementary color
Monochromatic Colors of #CBEDB0
Black with #CBEDB0
Text Example
Text Example
White with #CBEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDB0; }
p { color: rgb(203,237,176); }
H1.HeaderClassName
{
color: #CBEDB0;
}
.AnyTagClassName
{
color: #CBEDB0;
}
</style>
background-color css
<style>
a { background-color: #CBEDB0; }
a { background-color: rgb(203,237,176); }
div.DivClassName
{
background-color: #CBEDB0;
}
.BgClassName
{
background-color: #CBEDB0;
}
</style>
border-color css
<style>
span { border-color: #CBEDB0; }
span { border-color: rgb(203,237,176); }
td.TdClassName
{
border-color: #CBEDB0;
}
.TagClassName
{
border-color: #CBEDB0;
}
</style>