Shades of Tea Green #CBF1BB
Tints of Tea Green #CBF1BB
RGB
CMYK
RGB Variations
Color information
#CBF1BB (or 0xCBF1BB) is known color: Tea Green. HEX triplet: CB, F1 and BB. RGB value is (203,241,187). Sum of RGB (Red+Green+Blue) = 203+241+187=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1BB is #340E44. Grayscale: #DFDFDF. Windows color (decimal): -3411525 or 12317131. OLE color: 12317131.
HSL color Cylindrical-coordinate representation of color #CBF1BB: hue angle of 102.22º degrees, saturation: 0.66, 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 #CBF1BB is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 187 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 102.22º | 0.66% | 0.84% | - |
| HSV(B) | 102.22º | 0.22% | 0.95% | - |
| XYZ | 65.05 | 79.19 | 58.87 | - |
| YUV | 223.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 187 | 0.16 | 0 | 0.22 | 0.05 | 102.22 | 0.66 | 0.84 |
| Hex | CB | F1 | BB | 10 | 0 | 16 | 5 | 66 | 42 | 54 |
| Octal | 313 | 361 | 273 | 20 | 0 | 26 | 5 | 146 | 102 | 124 |
| Binary | 11001011 | 11110001 | 10111011 | 10000 | 0 | 10110 | 101 | 1100110 | 1000010 | 1010100 |
Color Harmonies of #CBF1BB
Complementary color
Monochromatic Colors of #CBF1BB
Black with #CBF1BB
Text Example
Text Example
White with #CBF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1BB; }
p { color: rgb(203,241,187); }
H1.HeaderClassName
{
color: #CBF1BB;
}
.AnyTagClassName
{
color: #CBF1BB;
}
</style>
background-color css
<style>
a { background-color: #CBF1BB; }
a { background-color: rgb(203,241,187); }
div.DivClassName
{
background-color: #CBF1BB;
}
.BgClassName
{
background-color: #CBF1BB;
}
</style>
border-color css
<style>
span { border-color: #CBF1BB; }
span { border-color: rgb(203,241,187); }
td.TdClassName
{
border-color: #CBF1BB;
}
.TagClassName
{
border-color: #CBF1BB;
}
</style>