Shades of Tea Green #CBE3C2
Tints of Tea Green #CBE3C2
RGB
CMYK
RGB Variations
Color information
#CBE3C2 (or 0xCBE3C2) is known color: Tea Green. HEX triplet: CB, E3 and C2. RGB value is (203,227,194). Sum of RGB (Red+Green+Blue) = 203+227+194=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3C2 is #341C3D. Grayscale: #D8D8D8. Windows color (decimal): -3415102 or 12772299. OLE color: 12772299.
HSL color Cylindrical-coordinate representation of color #CBE3C2: hue angle of 103.64º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE3C2 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 194 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.11 |
| HSL | 103.64º | 0.37% | 0.83% | - |
| HSV(B) | 103.64º | 0.15% | 0.89% | - |
| XYZ | 61.84 | 71.53 | 61.59 | - |
| YUV | 216.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 194 | 0.11 | 0 | 0.15 | 0.11 | 103.64 | 0.37 | 0.83 |
| Hex | CB | E3 | C2 | B | 0 | F | B | 68 | 25 | 53 |
| Octal | 313 | 343 | 302 | 13 | 0 | 17 | 13 | 150 | 45 | 123 |
| Binary | 11001011 | 11100011 | 11000010 | 1011 | 0 | 1111 | 1011 | 1101000 | 100101 | 1010011 |
Color Harmonies of #CBE3C2
Complementary color
Monochromatic Colors of #CBE3C2
Black with #CBE3C2
Text Example
Text Example
White with #CBE3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3C2; }
p { color: rgb(203,227,194); }
H1.HeaderClassName
{
color: #CBE3C2;
}
.AnyTagClassName
{
color: #CBE3C2;
}
</style>
background-color css
<style>
a { background-color: #CBE3C2; }
a { background-color: rgb(203,227,194); }
div.DivClassName
{
background-color: #CBE3C2;
}
.BgClassName
{
background-color: #CBE3C2;
}
</style>
border-color css
<style>
span { border-color: #CBE3C2; }
span { border-color: rgb(203,227,194); }
td.TdClassName
{
border-color: #CBE3C2;
}
.TagClassName
{
border-color: #CBE3C2;
}
</style>