Shades of Tea Green #CFEBBB
Tints of Tea Green #CFEBBB
RGB
CMYK
RGB Variations
Color information
#CFEBBB (or 0xCFEBBB) is known color: Tea Green. HEX triplet: CF, EB and BB. RGB value is (207,235,187). Sum of RGB (Red+Green+Blue) = 207+235+187=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBB is #301444. Grayscale: #DDDDDD. Windows color (decimal): -3150917 or 12315599. OLE color: 12315599.
HSL color Cylindrical-coordinate representation of color #CFEBBB: hue angle of 95º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEBBB is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 187 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.08 |
| HSL | 95º | 0.55% | 0.83% | - |
| HSV(B) | 95º | 0.2% | 0.92% | - |
| XYZ | 64.41 | 76.27 | 58.34 | - |
| YUV | 221.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 187 | 0.12 | 0 | 0.20 | 0.08 | 95 | 0.55 | 0.83 |
| Hex | CF | EB | BB | C | 0 | 14 | 8 | 5F | 37 | 53 |
| Octal | 317 | 353 | 273 | 14 | 0 | 24 | 10 | 137 | 67 | 123 |
| Binary | 11001111 | 11101011 | 10111011 | 1100 | 0 | 10100 | 1000 | 1011111 | 110111 | 1010011 |
Color Harmonies of #CFEBBB
Complementary color
Monochromatic Colors of #CFEBBB
Black with #CFEBBB
Text Example
Text Example
White with #CFEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBBB; }
p { color: rgb(207,235,187); }
H1.HeaderClassName
{
color: #CFEBBB;
}
.AnyTagClassName
{
color: #CFEBBB;
}
</style>
background-color css
<style>
a { background-color: #CFEBBB; }
a { background-color: rgb(207,235,187); }
div.DivClassName
{
background-color: #CFEBBB;
}
.BgClassName
{
background-color: #CFEBBB;
}
</style>
border-color css
<style>
span { border-color: #CFEBBB; }
span { border-color: rgb(207,235,187); }
td.TdClassName
{
border-color: #CFEBBB;
}
.TagClassName
{
border-color: #CFEBBB;
}
</style>