Shades of Tea Green #CFE9BB
Tints of Tea Green #CFE9BB
RGB
CMYK
RGB Variations
Color information
#CFE9BB (or 0xCFE9BB) is known color: Tea Green. HEX triplet: CF, E9 and BB. RGB value is (207,233,187). Sum of RGB (Red+Green+Blue) = 207+233+187=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9BB is #301644. Grayscale: #DCDCDC. Windows color (decimal): -3151429 or 12315087. OLE color: 12315087.
HSL color Cylindrical-coordinate representation of color #CFE9BB: hue angle of 93.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE9BB is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 187 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.09 |
| HSL | 93.91º | 0.51% | 0.82% | - |
| HSV(B) | 93.91º | 0.2% | 0.91% | - |
| XYZ | 63.84 | 75.13 | 58.15 | - |
| YUV | 219.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 187 | 0.11 | 0 | 0.20 | 0.09 | 93.91 | 0.51 | 0.82 |
| Hex | CF | E9 | BB | B | 0 | 14 | 9 | 5E | 33 | 52 |
| Octal | 317 | 351 | 273 | 13 | 0 | 24 | 11 | 136 | 63 | 122 |
| Binary | 11001111 | 11101001 | 10111011 | 1011 | 0 | 10100 | 1001 | 1011110 | 110011 | 1010010 |
Color Harmonies of #CFE9BB
Complementary color
Monochromatic Colors of #CFE9BB
Black with #CFE9BB
Text Example
Text Example
White with #CFE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9BB; }
p { color: rgb(207,233,187); }
H1.HeaderClassName
{
color: #CFE9BB;
}
.AnyTagClassName
{
color: #CFE9BB;
}
</style>
background-color css
<style>
a { background-color: #CFE9BB; }
a { background-color: rgb(207,233,187); }
div.DivClassName
{
background-color: #CFE9BB;
}
.BgClassName
{
background-color: #CFE9BB;
}
</style>
border-color css
<style>
span { border-color: #CFE9BB; }
span { border-color: rgb(207,233,187); }
td.TdClassName
{
border-color: #CFE9BB;
}
.TagClassName
{
border-color: #CFE9BB;
}
</style>