Shades of Tea Green #CBE1C0
Tints of Tea Green #CBE1C0
RGB
CMYK
RGB Variations
Color information
#CBE1C0 (or 0xCBE1C0) is known color: Tea Green. HEX triplet: CB, E1 and C0. RGB value is (203,225,192). Sum of RGB (Red+Green+Blue) = 203+225+192=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1C0 is #341E3F. Grayscale: #D6D6D6. Windows color (decimal): -3415616 or 12640715. OLE color: 12640715.
HSL color Cylindrical-coordinate representation of color #CBE1C0: hue angle of 100º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE1C0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 192 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.12 |
| HSL | 100º | 0.35% | 0.82% | - |
| HSV(B) | 100º | 0.15% | 0.88% | - |
| XYZ | 61.07 | 70.35 | 60.23 | - |
| YUV | 214.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 192 | 0.10 | 0 | 0.15 | 0.12 | 100 | 0.35 | 0.82 |
| Hex | CB | E1 | C0 | A | 0 | F | C | 64 | 23 | 52 |
| Octal | 313 | 341 | 300 | 12 | 0 | 17 | 14 | 144 | 43 | 122 |
| Binary | 11001011 | 11100001 | 11000000 | 1010 | 0 | 1111 | 1100 | 1100100 | 100011 | 1010010 |
Color Harmonies of #CBE1C0
Complementary color
Monochromatic Colors of #CBE1C0
Black with #CBE1C0
Text Example
Text Example
White with #CBE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1C0; }
p { color: rgb(203,225,192); }
H1.HeaderClassName
{
color: #CBE1C0;
}
.AnyTagClassName
{
color: #CBE1C0;
}
</style>
background-color css
<style>
a { background-color: #CBE1C0; }
a { background-color: rgb(203,225,192); }
div.DivClassName
{
background-color: #CBE1C0;
}
.BgClassName
{
background-color: #CBE1C0;
}
</style>
border-color css
<style>
span { border-color: #CBE1C0; }
span { border-color: rgb(203,225,192); }
td.TdClassName
{
border-color: #CBE1C0;
}
.TagClassName
{
border-color: #CBE1C0;
}
</style>