Shades of Tea Green #CFEBC6
Tints of Tea Green #CFEBC6
RGB
CMYK
RGB Variations
Color information
#CFEBC6 (or 0xCFEBC6) is known color: Tea Green. HEX triplet: CF, EB and C6. RGB value is (207,235,198). Sum of RGB (Red+Green+Blue) = 207+235+198=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBC6 is #301439. Grayscale: #DEDEDE. Windows color (decimal): -3150906 or 13036495. OLE color: 13036495.
HSL color Cylindrical-coordinate representation of color #CFEBC6: hue angle of 105.41º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFEBC6 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 198 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.08 |
| HSL | 105.41º | 0.48% | 0.85% | - |
| HSV(B) | 105.41º | 0.16% | 0.92% | - |
| XYZ | 65.63 | 76.76 | 64.78 | - |
| YUV | 222.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 198 | 0.12 | 0 | 0.16 | 0.08 | 105.41 | 0.48 | 0.85 |
| Hex | CF | EB | C6 | C | 0 | 10 | 8 | 69 | 30 | 55 |
| Octal | 317 | 353 | 306 | 14 | 0 | 20 | 10 | 151 | 60 | 125 |
| Binary | 11001111 | 11101011 | 11000110 | 1100 | 0 | 10000 | 1000 | 1101001 | 110000 | 1010101 |
Color Harmonies of #CFEBC6
Complementary color
Monochromatic Colors of #CFEBC6
Black with #CFEBC6
Text Example
Text Example
White with #CFEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBC6; }
p { color: rgb(207,235,198); }
H1.HeaderClassName
{
color: #CFEBC6;
}
.AnyTagClassName
{
color: #CFEBC6;
}
</style>
background-color css
<style>
a { background-color: #CFEBC6; }
a { background-color: rgb(207,235,198); }
div.DivClassName
{
background-color: #CFEBC6;
}
.BgClassName
{
background-color: #CFEBC6;
}
</style>
border-color css
<style>
span { border-color: #CFEBC6; }
span { border-color: rgb(207,235,198); }
td.TdClassName
{
border-color: #CFEBC6;
}
.TagClassName
{
border-color: #CFEBC6;
}
</style>