Shades of Tea Green #CFECC1
Tints of Tea Green #CFECC1
RGB
CMYK
RGB Variations
Color information
#CFECC1 (or 0xCFECC1) is known color: Tea Green. HEX triplet: CF, EC and C1. RGB value is (207,236,193). Sum of RGB (Red+Green+Blue) = 207+236+193=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECC1 is #30133E. Grayscale: #DEDEDE. Windows color (decimal): -3150655 or 12709071. OLE color: 12709071.
HSL color Cylindrical-coordinate representation of color #CFECC1: hue angle of 100.47º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFECC1 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 193 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.07 |
| HSL | 100.47º | 0.53% | 0.84% | - |
| HSV(B) | 100.47º | 0.18% | 0.93% | - |
| XYZ | 65.35 | 77.11 | 61.89 | - |
| YUV | 222.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 193 | 0.12 | 0 | 0.18 | 0.07 | 100.47 | 0.53 | 0.84 |
| Hex | CF | EC | C1 | C | 0 | 12 | 7 | 64 | 35 | 54 |
| Octal | 317 | 354 | 301 | 14 | 0 | 22 | 7 | 144 | 65 | 124 |
| Binary | 11001111 | 11101100 | 11000001 | 1100 | 0 | 10010 | 111 | 1100100 | 110101 | 1010100 |
Color Harmonies of #CFECC1
Complementary color
Monochromatic Colors of #CFECC1
Black with #CFECC1
Text Example
Text Example
White with #CFECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECC1; }
p { color: rgb(207,236,193); }
H1.HeaderClassName
{
color: #CFECC1;
}
.AnyTagClassName
{
color: #CFECC1;
}
</style>
background-color css
<style>
a { background-color: #CFECC1; }
a { background-color: rgb(207,236,193); }
div.DivClassName
{
background-color: #CFECC1;
}
.BgClassName
{
background-color: #CFECC1;
}
</style>
border-color css
<style>
span { border-color: #CFECC1; }
span { border-color: rgb(207,236,193); }
td.TdClassName
{
border-color: #CFECC1;
}
.TagClassName
{
border-color: #CFECC1;
}
</style>