Shades of Tea Green #CBECBC
Tints of Tea Green #CBECBC
RGB
CMYK
RGB Variations
Color information
#CBECBC (or 0xCBECBC) is known color: Tea Green. HEX triplet: CB, EC and BC. RGB value is (203,236,188). Sum of RGB (Red+Green+Blue) = 203+236+188=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECBC is #341343. Grayscale: #DCDCDC. Windows color (decimal): -3412804 or 12381387. OLE color: 12381387.
HSL color Cylindrical-coordinate representation of color #CBECBC: hue angle of 101.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBECBC is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 188 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.07 |
| HSL | 101.25º | 0.56% | 0.83% | - |
| HSV(B) | 101.25º | 0.2% | 0.93% | - |
| XYZ | 63.7 | 76.32 | 58.95 | - |
| YUV | 220.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 188 | 0.14 | 0 | 0.20 | 0.07 | 101.25 | 0.56 | 0.83 |
| Hex | CB | EC | BC | E | 0 | 14 | 7 | 65 | 38 | 53 |
| Octal | 313 | 354 | 274 | 16 | 0 | 24 | 7 | 145 | 70 | 123 |
| Binary | 11001011 | 11101100 | 10111100 | 1110 | 0 | 10100 | 111 | 1100101 | 111000 | 1010011 |
Color Harmonies of #CBECBC
Complementary color
Monochromatic Colors of #CBECBC
Black with #CBECBC
Text Example
Text Example
White with #CBECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECBC; }
p { color: rgb(203,236,188); }
H1.HeaderClassName
{
color: #CBECBC;
}
.AnyTagClassName
{
color: #CBECBC;
}
</style>
background-color css
<style>
a { background-color: #CBECBC; }
a { background-color: rgb(203,236,188); }
div.DivClassName
{
background-color: #CBECBC;
}
.BgClassName
{
background-color: #CBECBC;
}
</style>
border-color css
<style>
span { border-color: #CBECBC; }
span { border-color: rgb(203,236,188); }
td.TdClassName
{
border-color: #CBECBC;
}
.TagClassName
{
border-color: #CBECBC;
}
</style>