Shades of Tea Green #CBECBF
Tints of Tea Green #CBECBF
RGB
CMYK
RGB Variations
Color information
#CBECBF (or 0xCBECBF) is known color: Tea Green. HEX triplet: CB, EC and BF. RGB value is (203,236,191). Sum of RGB (Red+Green+Blue) = 203+236+191=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECBF is #341340. Grayscale: #DDDDDD. Windows color (decimal): -3412801 or 12577995. OLE color: 12577995.
HSL color Cylindrical-coordinate representation of color #CBECBF: hue angle of 104º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBECBF is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 191 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.07 |
| HSL | 104º | 0.54% | 0.84% | - |
| HSV(B) | 104º | 0.19% | 0.93% | - |
| XYZ | 64.03 | 76.45 | 60.67 | - |
| YUV | 221 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 191 | 0.14 | 0 | 0.19 | 0.07 | 104 | 0.54 | 0.84 |
| Hex | CB | EC | BF | E | 0 | 13 | 7 | 68 | 36 | 54 |
| Octal | 313 | 354 | 277 | 16 | 0 | 23 | 7 | 150 | 66 | 124 |
| Binary | 11001011 | 11101100 | 10111111 | 1110 | 0 | 10011 | 111 | 1101000 | 110110 | 1010100 |
Color Harmonies of #CBECBF
Complementary color
Monochromatic Colors of #CBECBF
Black with #CBECBF
Text Example
Text Example
White with #CBECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECBF; }
p { color: rgb(203,236,191); }
H1.HeaderClassName
{
color: #CBECBF;
}
.AnyTagClassName
{
color: #CBECBF;
}
</style>
background-color css
<style>
a { background-color: #CBECBF; }
a { background-color: rgb(203,236,191); }
div.DivClassName
{
background-color: #CBECBF;
}
.BgClassName
{
background-color: #CBECBF;
}
</style>
border-color css
<style>
span { border-color: #CBECBF; }
span { border-color: rgb(203,236,191); }
td.TdClassName
{
border-color: #CBECBF;
}
.TagClassName
{
border-color: #CBECBF;
}
</style>