Shades of Tea Green #CBE6BE
Tints of Tea Green #CBE6BE
RGB
CMYK
RGB Variations
Color information
#CBE6BE (or 0xCBE6BE) is known color: Tea Green. HEX triplet: CB, E6 and BE. RGB value is (203,230,190). Sum of RGB (Red+Green+Blue) = 203+230+190=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6BE is #341941. Grayscale: #D9D9D9. Windows color (decimal): -3414338 or 12510923. OLE color: 12510923.
HSL color Cylindrical-coordinate representation of color #CBE6BE: hue angle of 100.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE6BE is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 190 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.10 |
| HSL | 100.5º | 0.44% | 0.82% | - |
| HSV(B) | 100.5º | 0.17% | 0.9% | - |
| XYZ | 62.22 | 73.01 | 59.53 | - |
| YUV | 217.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 190 | 0.12 | 0 | 0.17 | 0.10 | 100.5 | 0.44 | 0.82 |
| Hex | CB | E6 | BE | C | 0 | 11 | A | 64 | 2C | 52 |
| Octal | 313 | 346 | 276 | 14 | 0 | 21 | 12 | 144 | 54 | 122 |
| Binary | 11001011 | 11100110 | 10111110 | 1100 | 0 | 10001 | 1010 | 1100100 | 101100 | 1010010 |
Color Harmonies of #CBE6BE
Complementary color
Monochromatic Colors of #CBE6BE
Black with #CBE6BE
Text Example
Text Example
White with #CBE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6BE; }
p { color: rgb(203,230,190); }
H1.HeaderClassName
{
color: #CBE6BE;
}
.AnyTagClassName
{
color: #CBE6BE;
}
</style>
background-color css
<style>
a { background-color: #CBE6BE; }
a { background-color: rgb(203,230,190); }
div.DivClassName
{
background-color: #CBE6BE;
}
.BgClassName
{
background-color: #CBE6BE;
}
</style>
border-color css
<style>
span { border-color: #CBE6BE; }
span { border-color: rgb(203,230,190); }
td.TdClassName
{
border-color: #CBE6BE;
}
.TagClassName
{
border-color: #CBE6BE;
}
</style>