Shades of Tea Green #CBE1B4
Tints of Tea Green #CBE1B4
RGB
CMYK
RGB Variations
Color information
#CBE1B4 (or 0xCBE1B4) is known color: Tea Green. HEX triplet: CB, E1 and B4. RGB value is (203,225,180). Sum of RGB (Red+Green+Blue) = 203+225+180=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1B4 is #341E4B. Grayscale: #D5D5D5. Windows color (decimal): -3415628 or 11854283. OLE color: 11854283.
HSL color Cylindrical-coordinate representation of color #CBE1B4: hue angle of 89.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE1B4 is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 180 | - |
| CMYK | 0.10 | 0 | 0.2 | 0.12 |
| HSL | 89.33º | 0.43% | 0.79% | - |
| HSV(B) | 89.33º | 0.2% | 0.88% | - |
| XYZ | 59.79 | 69.84 | 53.51 | - |
| YUV | 213.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 180 | 0.10 | 0 | 0.2 | 0.12 | 89.33 | 0.43 | 0.79 |
| Hex | CB | E1 | B4 | A | 0 | 14 | C | 59 | 2B | 4F |
| Octal | 313 | 341 | 264 | 12 | 0 | 24 | 14 | 131 | 53 | 117 |
| Binary | 11001011 | 11100001 | 10110100 | 1010 | 0 | 10100 | 1100 | 1011001 | 101011 | 1001111 |
Color Harmonies of #CBE1B4
Complementary color
Monochromatic Colors of #CBE1B4
Black with #CBE1B4
Text Example
Text Example
White with #CBE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1B4; }
p { color: rgb(203,225,180); }
H1.HeaderClassName
{
color: #CBE1B4;
}
.AnyTagClassName
{
color: #CBE1B4;
}
</style>
background-color css
<style>
a { background-color: #CBE1B4; }
a { background-color: rgb(203,225,180); }
div.DivClassName
{
background-color: #CBE1B4;
}
.BgClassName
{
background-color: #CBE1B4;
}
</style>
border-color css
<style>
span { border-color: #CBE1B4; }
span { border-color: rgb(203,225,180); }
td.TdClassName
{
border-color: #CBE1B4;
}
.TagClassName
{
border-color: #CBE1B4;
}
</style>