Shades of Tea Green #CBF1BC
Tints of Tea Green #CBF1BC
RGB
CMYK
RGB Variations
Color information
#CBF1BC (or 0xCBF1BC) is known color: Tea Green. HEX triplet: CB, F1 and BC. RGB value is (203,241,188). Sum of RGB (Red+Green+Blue) = 203+241+188=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1BC is #340E43. Grayscale: #DFDFDF. Windows color (decimal): -3411524 or 12382667. OLE color: 12382667.
HSL color Cylindrical-coordinate representation of color #CBF1BC: hue angle of 103.02º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBF1BC is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 188 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 103.02º | 0.65% | 0.84% | - |
| HSV(B) | 103.02º | 0.22% | 0.95% | - |
| XYZ | 65.16 | 79.24 | 59.44 | - |
| YUV | 223.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 188 | 0.16 | 0 | 0.22 | 0.05 | 103.02 | 0.65 | 0.84 |
| Hex | CB | F1 | BC | 10 | 0 | 16 | 5 | 67 | 41 | 54 |
| Octal | 313 | 361 | 274 | 20 | 0 | 26 | 5 | 147 | 101 | 124 |
| Binary | 11001011 | 11110001 | 10111100 | 10000 | 0 | 10110 | 101 | 1100111 | 1000001 | 1010100 |
Color Harmonies of #CBF1BC
Complementary color
Monochromatic Colors of #CBF1BC
Black with #CBF1BC
Text Example
Text Example
White with #CBF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1BC; }
p { color: rgb(203,241,188); }
H1.HeaderClassName
{
color: #CBF1BC;
}
.AnyTagClassName
{
color: #CBF1BC;
}
</style>
background-color css
<style>
a { background-color: #CBF1BC; }
a { background-color: rgb(203,241,188); }
div.DivClassName
{
background-color: #CBF1BC;
}
.BgClassName
{
background-color: #CBF1BC;
}
</style>
border-color css
<style>
span { border-color: #CBF1BC; }
span { border-color: rgb(203,241,188); }
td.TdClassName
{
border-color: #CBF1BC;
}
.TagClassName
{
border-color: #CBF1BC;
}
</style>