Shades of Tea Green #CBECB2
Tints of Tea Green #CBECB2
RGB
CMYK
RGB Variations
Color information
#CBECB2 (or 0xCBECB2) is known color: Tea Green. HEX triplet: CB, EC and B2. RGB value is (203,236,178). Sum of RGB (Red+Green+Blue) = 203+236+178=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECB2 is #34134D. Grayscale: #DBDBDB. Windows color (decimal): -3412814 or 11726027. OLE color: 11726027.
HSL color Cylindrical-coordinate representation of color #CBECB2: hue angle of 94.14º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBECB2 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 178 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.07 |
| HSL | 94.14º | 0.6% | 0.81% | - |
| HSV(B) | 94.14º | 0.25% | 0.93% | - |
| XYZ | 62.66 | 75.9 | 53.47 | - |
| YUV | 219.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 178 | 0.14 | 0 | 0.25 | 0.07 | 94.14 | 0.6 | 0.81 |
| Hex | CB | EC | B2 | E | 0 | 19 | 7 | 5E | 3C | 51 |
| Octal | 313 | 354 | 262 | 16 | 0 | 31 | 7 | 136 | 74 | 121 |
| Binary | 11001011 | 11101100 | 10110010 | 1110 | 0 | 11001 | 111 | 1011110 | 111100 | 1010001 |
Color Harmonies of #CBECB2
Complementary color
Monochromatic Colors of #CBECB2
Black with #CBECB2
Text Example
Text Example
White with #CBECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECB2; }
p { color: rgb(203,236,178); }
H1.HeaderClassName
{
color: #CBECB2;
}
.AnyTagClassName
{
color: #CBECB2;
}
</style>
background-color css
<style>
a { background-color: #CBECB2; }
a { background-color: rgb(203,236,178); }
div.DivClassName
{
background-color: #CBECB2;
}
.BgClassName
{
background-color: #CBECB2;
}
</style>
border-color css
<style>
span { border-color: #CBECB2; }
span { border-color: rgb(203,236,178); }
td.TdClassName
{
border-color: #CBECB2;
}
.TagClassName
{
border-color: #CBECB2;
}
</style>