Shades of Tea Green #CFECC5
Tints of Tea Green #CFECC5
RGB
CMYK
RGB Variations
Color information
#CFECC5 (or 0xCFECC5) is known color: Tea Green. HEX triplet: CF, EC and C5. RGB value is (207,236,197). Sum of RGB (Red+Green+Blue) = 207+236+197=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECC5 is #30133A. Grayscale: #DFDFDF. Windows color (decimal): -3150651 or 12971215. OLE color: 12971215.
HSL color Cylindrical-coordinate representation of color #CFECC5: hue angle of 104.62º 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 #CFECC5 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 197 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.07 |
| HSL | 104.62º | 0.51% | 0.85% | - |
| HSV(B) | 104.62º | 0.17% | 0.93% | - |
| XYZ | 65.81 | 77.29 | 64.27 | - |
| YUV | 222.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 197 | 0.12 | 0 | 0.17 | 0.07 | 104.62 | 0.51 | 0.85 |
| Hex | CF | EC | C5 | C | 0 | 11 | 7 | 69 | 33 | 55 |
| Octal | 317 | 354 | 305 | 14 | 0 | 21 | 7 | 151 | 63 | 125 |
| Binary | 11001111 | 11101100 | 11000101 | 1100 | 0 | 10001 | 111 | 1101001 | 110011 | 1010101 |
Color Harmonies of #CFECC5
Complementary color
Monochromatic Colors of #CFECC5
Black with #CFECC5
Text Example
Text Example
White with #CFECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECC5; }
p { color: rgb(207,236,197); }
H1.HeaderClassName
{
color: #CFECC5;
}
.AnyTagClassName
{
color: #CFECC5;
}
</style>
background-color css
<style>
a { background-color: #CFECC5; }
a { background-color: rgb(207,236,197); }
div.DivClassName
{
background-color: #CFECC5;
}
.BgClassName
{
background-color: #CFECC5;
}
</style>
border-color css
<style>
span { border-color: #CFECC5; }
span { border-color: rgb(207,236,197); }
td.TdClassName
{
border-color: #CFECC5;
}
.TagClassName
{
border-color: #CFECC5;
}
</style>