Shades of Tea Green #CFEBC2
Tints of Tea Green #CFEBC2
RGB
CMYK
RGB Variations
Color information
#CFEBC2 (or 0xCFEBC2) is known color: Tea Green. HEX triplet: CF, EB and C2. RGB value is (207,235,194). Sum of RGB (Red+Green+Blue) = 207+235+194=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBC2 is #30143D. Grayscale: #DEDEDE. Windows color (decimal): -3150910 or 12774351. OLE color: 12774351.
HSL color Cylindrical-coordinate representation of color #CFEBC2: hue angle of 100.98º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEBC2 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 194 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.08 |
| HSL | 100.98º | 0.51% | 0.84% | - |
| HSV(B) | 100.98º | 0.17% | 0.92% | - |
| XYZ | 65.18 | 76.58 | 62.38 | - |
| YUV | 221.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 194 | 0.12 | 0 | 0.17 | 0.08 | 100.98 | 0.51 | 0.84 |
| Hex | CF | EB | C2 | C | 0 | 11 | 8 | 65 | 33 | 54 |
| Octal | 317 | 353 | 302 | 14 | 0 | 21 | 10 | 145 | 63 | 124 |
| Binary | 11001111 | 11101011 | 11000010 | 1100 | 0 | 10001 | 1000 | 1100101 | 110011 | 1010100 |
Color Harmonies of #CFEBC2
Complementary color
Monochromatic Colors of #CFEBC2
Black with #CFEBC2
Text Example
Text Example
White with #CFEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBC2; }
p { color: rgb(207,235,194); }
H1.HeaderClassName
{
color: #CFEBC2;
}
.AnyTagClassName
{
color: #CFEBC2;
}
</style>
background-color css
<style>
a { background-color: #CFEBC2; }
a { background-color: rgb(207,235,194); }
div.DivClassName
{
background-color: #CFEBC2;
}
.BgClassName
{
background-color: #CFEBC2;
}
</style>
border-color css
<style>
span { border-color: #CFEBC2; }
span { border-color: rgb(207,235,194); }
td.TdClassName
{
border-color: #CFEBC2;
}
.TagClassName
{
border-color: #CFEBC2;
}
</style>