Shades of Tea Green #CBEAC0
Tints of Tea Green #CBEAC0
RGB
CMYK
RGB Variations
Color information
#CBEAC0 (or 0xCBEAC0) is known color: Tea Green. HEX triplet: CB, EA and C0. RGB value is (203,234,192). Sum of RGB (Red+Green+Blue) = 203+234+192=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC0 is #34153F. Grayscale: #DCDCDC. Windows color (decimal): -3413312 or 12643019. OLE color: 12643019.
HSL color Cylindrical-coordinate representation of color #CBEAC0: hue angle of 104.29º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEAC0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 192 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.08 |
| HSL | 104.29º | 0.5% | 0.84% | - |
| HSV(B) | 104.29º | 0.18% | 0.92% | - |
| XYZ | 63.57 | 75.35 | 61.06 | - |
| YUV | 219.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 192 | 0.13 | 0 | 0.18 | 0.08 | 104.29 | 0.5 | 0.84 |
| Hex | CB | EA | C0 | D | 0 | 12 | 8 | 68 | 32 | 54 |
| Octal | 313 | 352 | 300 | 15 | 0 | 22 | 10 | 150 | 62 | 124 |
| Binary | 11001011 | 11101010 | 11000000 | 1101 | 0 | 10010 | 1000 | 1101000 | 110010 | 1010100 |
Color Harmonies of #CBEAC0
Complementary color
Monochromatic Colors of #CBEAC0
Black with #CBEAC0
Text Example
Text Example
White with #CBEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAC0; }
p { color: rgb(203,234,192); }
H1.HeaderClassName
{
color: #CBEAC0;
}
.AnyTagClassName
{
color: #CBEAC0;
}
</style>
background-color css
<style>
a { background-color: #CBEAC0; }
a { background-color: rgb(203,234,192); }
div.DivClassName
{
background-color: #CBEAC0;
}
.BgClassName
{
background-color: #CBEAC0;
}
</style>
border-color css
<style>
span { border-color: #CBEAC0; }
span { border-color: rgb(203,234,192); }
td.TdClassName
{
border-color: #CBEAC0;
}
.TagClassName
{
border-color: #CBEAC0;
}
</style>