Shades of Tea Green #CBF5B7
Tints of Tea Green #CBF5B7
RGB
CMYK
RGB Variations
Color information
#CBF5B7 (or 0xCBF5B7) is known color: Tea Green. HEX triplet: CB, F5 and B7. RGB value is (203,245,183). Sum of RGB (Red+Green+Blue) = 203+245+183=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5B7 is #340A48. Grayscale: #E1E1E1. Windows color (decimal): -3410505 or 12056011. OLE color: 12056011.
HSL color Cylindrical-coordinate representation of color #CBF5B7: hue angle of 100.65º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBF5B7 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 183 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.04 |
| HSL | 100.65º | 0.76% | 0.84% | - |
| HSV(B) | 100.65º | 0.25% | 0.96% | - |
| XYZ | 65.83 | 81.42 | 57.05 | - |
| YUV | 225.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 183 | 0.17 | 0 | 0.25 | 0.04 | 100.65 | 0.76 | 0.84 |
| Hex | CB | F5 | B7 | 11 | 0 | 19 | 4 | 65 | 4C | 54 |
| Octal | 313 | 365 | 267 | 21 | 0 | 31 | 4 | 145 | 114 | 124 |
| Binary | 11001011 | 11110101 | 10110111 | 10001 | 0 | 11001 | 100 | 1100101 | 1001100 | 1010100 |
Color Harmonies of #CBF5B7
Complementary color
Monochromatic Colors of #CBF5B7
Black with #CBF5B7
Text Example
Text Example
White with #CBF5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5B7; }
p { color: rgb(203,245,183); }
H1.HeaderClassName
{
color: #CBF5B7;
}
.AnyTagClassName
{
color: #CBF5B7;
}
</style>
background-color css
<style>
a { background-color: #CBF5B7; }
a { background-color: rgb(203,245,183); }
div.DivClassName
{
background-color: #CBF5B7;
}
.BgClassName
{
background-color: #CBF5B7;
}
</style>
border-color css
<style>
span { border-color: #CBF5B7; }
span { border-color: rgb(203,245,183); }
td.TdClassName
{
border-color: #CBF5B7;
}
.TagClassName
{
border-color: #CBF5B7;
}
</style>