Shades of Tea Green #CFEBBD
Tints of Tea Green #CFEBBD
RGB
CMYK
RGB Variations
Color information
#CFEBBD (or 0xCFEBBD) is known color: Tea Green. HEX triplet: CF, EB and BD. RGB value is (207,235,189). Sum of RGB (Red+Green+Blue) = 207+235+189=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBD is #301442. Grayscale: #DDDDDD. Windows color (decimal): -3150915 or 12446671. OLE color: 12446671.
HSL color Cylindrical-coordinate representation of color #CFEBBD: hue angle of 96.52º degrees, saturation: 0.53, 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 #CFEBBD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 189 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.08 |
| HSL | 96.52º | 0.53% | 0.83% | - |
| HSV(B) | 96.52º | 0.2% | 0.92% | - |
| XYZ | 64.63 | 76.36 | 59.48 | - |
| YUV | 221.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 189 | 0.12 | 0 | 0.20 | 0.08 | 96.52 | 0.53 | 0.83 |
| Hex | CF | EB | BD | C | 0 | 14 | 8 | 61 | 35 | 53 |
| Octal | 317 | 353 | 275 | 14 | 0 | 24 | 10 | 141 | 65 | 123 |
| Binary | 11001111 | 11101011 | 10111101 | 1100 | 0 | 10100 | 1000 | 1100001 | 110101 | 1010011 |
Color Harmonies of #CFEBBD
Complementary color
Monochromatic Colors of #CFEBBD
Black with #CFEBBD
Text Example
Text Example
White with #CFEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBBD; }
p { color: rgb(207,235,189); }
H1.HeaderClassName
{
color: #CFEBBD;
}
.AnyTagClassName
{
color: #CFEBBD;
}
</style>
background-color css
<style>
a { background-color: #CFEBBD; }
a { background-color: rgb(207,235,189); }
div.DivClassName
{
background-color: #CFEBBD;
}
.BgClassName
{
background-color: #CFEBBD;
}
</style>
border-color css
<style>
span { border-color: #CFEBBD; }
span { border-color: rgb(207,235,189); }
td.TdClassName
{
border-color: #CFEBBD;
}
.TagClassName
{
border-color: #CFEBBD;
}
</style>