Shades of Tea Green #CFEBC3
Tints of Tea Green #CFEBC3
RGB
CMYK
RGB Variations
Color information
#CFEBC3 (or 0xCFEBC3) is known color: Tea Green. HEX triplet: CF, EB and C3. RGB value is (207,235,195). Sum of RGB (Red+Green+Blue) = 207+235+195=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBC3 is #30143C. Grayscale: #DEDEDE. Windows color (decimal): -3150909 or 12839887. OLE color: 12839887.
HSL color Cylindrical-coordinate representation of color #CFEBC3: hue angle of 102º degrees, saturation: 0.5, 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 #CFEBC3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 195 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.08 |
| HSL | 102º | 0.5% | 0.84% | - |
| HSV(B) | 102º | 0.17% | 0.92% | - |
| XYZ | 65.29 | 76.62 | 62.98 | - |
| YUV | 222.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 195 | 0.12 | 0 | 0.17 | 0.08 | 102 | 0.5 | 0.84 |
| Hex | CF | EB | C3 | C | 0 | 11 | 8 | 66 | 32 | 54 |
| Octal | 317 | 353 | 303 | 14 | 0 | 21 | 10 | 146 | 62 | 124 |
| Binary | 11001111 | 11101011 | 11000011 | 1100 | 0 | 10001 | 1000 | 1100110 | 110010 | 1010100 |
Color Harmonies of #CFEBC3
Complementary color
Monochromatic Colors of #CFEBC3
Black with #CFEBC3
Text Example
Text Example
White with #CFEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBC3; }
p { color: rgb(207,235,195); }
H1.HeaderClassName
{
color: #CFEBC3;
}
.AnyTagClassName
{
color: #CFEBC3;
}
</style>
background-color css
<style>
a { background-color: #CFEBC3; }
a { background-color: rgb(207,235,195); }
div.DivClassName
{
background-color: #CFEBC3;
}
.BgClassName
{
background-color: #CFEBC3;
}
</style>
border-color css
<style>
span { border-color: #CFEBC3; }
span { border-color: rgb(207,235,195); }
td.TdClassName
{
border-color: #CFEBC3;
}
.TagClassName
{
border-color: #CFEBC3;
}
</style>