Shades of Tea Green #CBE7B4
Tints of Tea Green #CBE7B4
RGB
CMYK
RGB Variations
Color information
#CBE7B4 (or 0xCBE7B4) is known color: Tea Green. HEX triplet: CB, E7 and B4. RGB value is (203,231,180). Sum of RGB (Red+Green+Blue) = 203+231+180=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7B4 is #34184B. Grayscale: #D8D8D8. Windows color (decimal): -3414092 or 11855819. OLE color: 11855819.
HSL color Cylindrical-coordinate representation of color #CBE7B4: hue angle of 92.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBE7B4 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 180 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.09 |
| HSL | 92.94º | 0.52% | 0.81% | - |
| HSV(B) | 92.94º | 0.22% | 0.91% | - |
| XYZ | 61.44 | 73.14 | 54.06 | - |
| YUV | 216.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 180 | 0.12 | 0 | 0.22 | 0.09 | 92.94 | 0.52 | 0.81 |
| Hex | CB | E7 | B4 | C | 0 | 16 | 9 | 5D | 34 | 51 |
| Octal | 313 | 347 | 264 | 14 | 0 | 26 | 11 | 135 | 64 | 121 |
| Binary | 11001011 | 11100111 | 10110100 | 1100 | 0 | 10110 | 1001 | 1011101 | 110100 | 1010001 |
Color Harmonies of #CBE7B4
Complementary color
Monochromatic Colors of #CBE7B4
Black with #CBE7B4
Text Example
Text Example
White with #CBE7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7B4; }
p { color: rgb(203,231,180); }
H1.HeaderClassName
{
color: #CBE7B4;
}
.AnyTagClassName
{
color: #CBE7B4;
}
</style>
background-color css
<style>
a { background-color: #CBE7B4; }
a { background-color: rgb(203,231,180); }
div.DivClassName
{
background-color: #CBE7B4;
}
.BgClassName
{
background-color: #CBE7B4;
}
</style>
border-color css
<style>
span { border-color: #CBE7B4; }
span { border-color: rgb(203,231,180); }
td.TdClassName
{
border-color: #CBE7B4;
}
.TagClassName
{
border-color: #CBE7B4;
}
</style>