Shades of Tea Green #CFECBA
Tints of Tea Green #CFECBA
RGB
CMYK
RGB Variations
Color information
#CFECBA (or 0xCFECBA) is known color: Tea Green. HEX triplet: CF, EC and BA. RGB value is (207,236,186). Sum of RGB (Red+Green+Blue) = 207+236+186=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECBA is #301345. Grayscale: #DDDDDD. Windows color (decimal): -3150662 or 12250319. OLE color: 12250319.
HSL color Cylindrical-coordinate representation of color #CFECBA: hue angle of 94.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFECBA is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 186 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.07 |
| HSL | 94.8º | 0.57% | 0.83% | - |
| HSV(B) | 94.8º | 0.21% | 0.93% | - |
| XYZ | 64.59 | 76.8 | 57.87 | - |
| YUV | 221.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 186 | 0.12 | 0 | 0.21 | 0.07 | 94.8 | 0.57 | 0.83 |
| Hex | CF | EC | BA | C | 0 | 15 | 7 | 5F | 39 | 53 |
| Octal | 317 | 354 | 272 | 14 | 0 | 25 | 7 | 137 | 71 | 123 |
| Binary | 11001111 | 11101100 | 10111010 | 1100 | 0 | 10101 | 111 | 1011111 | 111001 | 1010011 |
Color Harmonies of #CFECBA
Complementary color
Monochromatic Colors of #CFECBA
Black with #CFECBA
Text Example
Text Example
White with #CFECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECBA; }
p { color: rgb(207,236,186); }
H1.HeaderClassName
{
color: #CFECBA;
}
.AnyTagClassName
{
color: #CFECBA;
}
</style>
background-color css
<style>
a { background-color: #CFECBA; }
a { background-color: rgb(207,236,186); }
div.DivClassName
{
background-color: #CFECBA;
}
.BgClassName
{
background-color: #CFECBA;
}
</style>
border-color css
<style>
span { border-color: #CFECBA; }
span { border-color: rgb(207,236,186); }
td.TdClassName
{
border-color: #CFECBA;
}
.TagClassName
{
border-color: #CFECBA;
}
</style>