Shades of Tea Green #CFECC4
Tints of Tea Green #CFECC4
RGB
CMYK
RGB Variations
Color information
#CFECC4 (or 0xCFECC4) is known color: Tea Green. HEX triplet: CF, EC and C4. RGB value is (207,236,196). Sum of RGB (Red+Green+Blue) = 207+236+196=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECC4 is #30133B. Grayscale: #DEDEDE. Windows color (decimal): -3150652 or 12905679. OLE color: 12905679.
HSL color Cylindrical-coordinate representation of color #CFECC4: hue angle of 103.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFECC4 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 196 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.07 |
| HSL | 103.5º | 0.51% | 0.85% | - |
| HSV(B) | 103.5º | 0.17% | 0.93% | - |
| XYZ | 65.69 | 77.24 | 63.67 | - |
| YUV | 222.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 196 | 0.12 | 0 | 0.17 | 0.07 | 103.5 | 0.51 | 0.85 |
| Hex | CF | EC | C4 | C | 0 | 11 | 7 | 68 | 33 | 55 |
| Octal | 317 | 354 | 304 | 14 | 0 | 21 | 7 | 150 | 63 | 125 |
| Binary | 11001111 | 11101100 | 11000100 | 1100 | 0 | 10001 | 111 | 1101000 | 110011 | 1010101 |
Color Harmonies of #CFECC4
Complementary color
Monochromatic Colors of #CFECC4
Black with #CFECC4
Text Example
Text Example
White with #CFECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECC4; }
p { color: rgb(207,236,196); }
H1.HeaderClassName
{
color: #CFECC4;
}
.AnyTagClassName
{
color: #CFECC4;
}
</style>
background-color css
<style>
a { background-color: #CFECC4; }
a { background-color: rgb(207,236,196); }
div.DivClassName
{
background-color: #CFECC4;
}
.BgClassName
{
background-color: #CFECC4;
}
</style>
border-color css
<style>
span { border-color: #CFECC4; }
span { border-color: rgb(207,236,196); }
td.TdClassName
{
border-color: #CFECC4;
}
.TagClassName
{
border-color: #CFECC4;
}
</style>