Shades of Tea Green #CBE5B6
Tints of Tea Green #CBE5B6
RGB
CMYK
RGB Variations
Color information
#CBE5B6 (or 0xCBE5B6) is known color: Tea Green. HEX triplet: CB, E5 and B6. RGB value is (203,229,182). Sum of RGB (Red+Green+Blue) = 203+229+182=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5B6 is #341A49. Grayscale: #D8D8D8. Windows color (decimal): -3414602 or 11986379. OLE color: 11986379.
HSL color Cylindrical-coordinate representation of color #CBE5B6: hue angle of 93.19º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBE5B6 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 182 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.10 |
| HSL | 93.19º | 0.47% | 0.81% | - |
| HSV(B) | 93.19º | 0.21% | 0.9% | - |
| XYZ | 61.09 | 72.11 | 54.96 | - |
| YUV | 215.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 182 | 0.11 | 0 | 0.21 | 0.10 | 93.19 | 0.47 | 0.81 |
| Hex | CB | E5 | B6 | B | 0 | 15 | A | 5D | 2F | 51 |
| Octal | 313 | 345 | 266 | 13 | 0 | 25 | 12 | 135 | 57 | 121 |
| Binary | 11001011 | 11100101 | 10110110 | 1011 | 0 | 10101 | 1010 | 1011101 | 101111 | 1010001 |
Color Harmonies of #CBE5B6
Complementary color
Monochromatic Colors of #CBE5B6
Black with #CBE5B6
Text Example
Text Example
White with #CBE5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5B6; }
p { color: rgb(203,229,182); }
H1.HeaderClassName
{
color: #CBE5B6;
}
.AnyTagClassName
{
color: #CBE5B6;
}
</style>
background-color css
<style>
a { background-color: #CBE5B6; }
a { background-color: rgb(203,229,182); }
div.DivClassName
{
background-color: #CBE5B6;
}
.BgClassName
{
background-color: #CBE5B6;
}
</style>
border-color css
<style>
span { border-color: #CBE5B6; }
span { border-color: rgb(203,229,182); }
td.TdClassName
{
border-color: #CBE5B6;
}
.TagClassName
{
border-color: #CBE5B6;
}
</style>