Shades of Tea Green #CBEBC2
Tints of Tea Green #CBEBC2
RGB
CMYK
RGB Variations
Color information
#CBEBC2 (or 0xCBEBC2) is known color: Tea Green. HEX triplet: CB, EB and C2. RGB value is (203,235,194). Sum of RGB (Red+Green+Blue) = 203+235+194=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBC2 is #34143D. Grayscale: #DCDCDC. Windows color (decimal): -3413054 or 12774347. OLE color: 12774347.
HSL color Cylindrical-coordinate representation of color #CBEBC2: hue angle of 106.83º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEBC2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 194 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.08 |
| HSL | 106.83º | 0.51% | 0.84% | - |
| HSV(B) | 106.83º | 0.17% | 0.92% | - |
| XYZ | 64.07 | 76.01 | 62.33 | - |
| YUV | 220.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 194 | 0.14 | 0 | 0.17 | 0.08 | 106.83 | 0.51 | 0.84 |
| Hex | CB | EB | C2 | E | 0 | 11 | 8 | 6B | 33 | 54 |
| Octal | 313 | 353 | 302 | 16 | 0 | 21 | 10 | 153 | 63 | 124 |
| Binary | 11001011 | 11101011 | 11000010 | 1110 | 0 | 10001 | 1000 | 1101011 | 110011 | 1010100 |
Color Harmonies of #CBEBC2
Complementary color
Monochromatic Colors of #CBEBC2
Black with #CBEBC2
Text Example
Text Example
White with #CBEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBC2; }
p { color: rgb(203,235,194); }
H1.HeaderClassName
{
color: #CBEBC2;
}
.AnyTagClassName
{
color: #CBEBC2;
}
</style>
background-color css
<style>
a { background-color: #CBEBC2; }
a { background-color: rgb(203,235,194); }
div.DivClassName
{
background-color: #CBEBC2;
}
.BgClassName
{
background-color: #CBEBC2;
}
</style>
border-color css
<style>
span { border-color: #CBEBC2; }
span { border-color: rgb(203,235,194); }
td.TdClassName
{
border-color: #CBEBC2;
}
.TagClassName
{
border-color: #CBEBC2;
}
</style>