Shades of Tea Green #CFECC0
Tints of Tea Green #CFECC0
RGB
CMYK
RGB Variations
Color information
#CFECC0 (or 0xCFECC0) is known color: Tea Green. HEX triplet: CF, EC and C0. RGB value is (207,236,192). Sum of RGB (Red+Green+Blue) = 207+236+192=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECC0 is #30133F. Grayscale: #DEDEDE. Windows color (decimal): -3150656 or 12643535. OLE color: 12643535.
HSL color Cylindrical-coordinate representation of color #CFECC0: hue angle of 99.55º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFECC0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 192 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.07 |
| HSL | 99.55º | 0.54% | 0.84% | - |
| HSV(B) | 99.55º | 0.19% | 0.93% | - |
| XYZ | 65.24 | 77.06 | 61.31 | - |
| YUV | 222.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 192 | 0.12 | 0 | 0.19 | 0.07 | 99.55 | 0.54 | 0.84 |
| Hex | CF | EC | C0 | C | 0 | 13 | 7 | 64 | 36 | 54 |
| Octal | 317 | 354 | 300 | 14 | 0 | 23 | 7 | 144 | 66 | 124 |
| Binary | 11001111 | 11101100 | 11000000 | 1100 | 0 | 10011 | 111 | 1100100 | 110110 | 1010100 |
Color Harmonies of #CFECC0
Complementary color
Monochromatic Colors of #CFECC0
Black with #CFECC0
Text Example
Text Example
White with #CFECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECC0; }
p { color: rgb(207,236,192); }
H1.HeaderClassName
{
color: #CFECC0;
}
.AnyTagClassName
{
color: #CFECC0;
}
</style>
background-color css
<style>
a { background-color: #CFECC0; }
a { background-color: rgb(207,236,192); }
div.DivClassName
{
background-color: #CFECC0;
}
.BgClassName
{
background-color: #CFECC0;
}
</style>
border-color css
<style>
span { border-color: #CFECC0; }
span { border-color: rgb(207,236,192); }
td.TdClassName
{
border-color: #CFECC0;
}
.TagClassName
{
border-color: #CFECC0;
}
</style>