Shades of Tea Green #CFEDC0
Tints of Tea Green #CFEDC0
RGB
CMYK
RGB Variations
Color information
#CFEDC0 (or 0xCFEDC0) is known color: Tea Green. HEX triplet: CF, ED and C0. RGB value is (207,237,192). Sum of RGB (Red+Green+Blue) = 207+237+192=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC0 is #30123F. Grayscale: #DFDFDF. Windows color (decimal): -3150400 or 12643791. OLE color: 12643791.
HSL color Cylindrical-coordinate representation of color #CFEDC0: hue angle of 100º degrees, saturation: 0.56, 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 #CFEDC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 192 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 100º | 0.56% | 0.84% | - |
| HSV(B) | 100º | 0.19% | 0.93% | - |
| XYZ | 65.53 | 77.64 | 61.4 | - |
| YUV | 222.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 192 | 0.13 | 0 | 0.19 | 0.07 | 100 | 0.56 | 0.84 |
| Hex | CF | ED | C0 | D | 0 | 13 | 7 | 64 | 38 | 54 |
| Octal | 317 | 355 | 300 | 15 | 0 | 23 | 7 | 144 | 70 | 124 |
| Binary | 11001111 | 11101101 | 11000000 | 1101 | 0 | 10011 | 111 | 1100100 | 111000 | 1010100 |
Color Harmonies of #CFEDC0
Complementary color
Monochromatic Colors of #CFEDC0
Black with #CFEDC0
Text Example
Text Example
White with #CFEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDC0; }
p { color: rgb(207,237,192); }
H1.HeaderClassName
{
color: #CFEDC0;
}
.AnyTagClassName
{
color: #CFEDC0;
}
</style>
background-color css
<style>
a { background-color: #CFEDC0; }
a { background-color: rgb(207,237,192); }
div.DivClassName
{
background-color: #CFEDC0;
}
.BgClassName
{
background-color: #CFEDC0;
}
</style>
border-color css
<style>
span { border-color: #CFEDC0; }
span { border-color: rgb(207,237,192); }
td.TdClassName
{
border-color: #CFEDC0;
}
.TagClassName
{
border-color: #CFEDC0;
}
</style>