Shades of Tea Green #CFE3C0
Tints of Tea Green #CFE3C0
RGB
CMYK
RGB Variations
Color information
#CFE3C0 (or 0xCFE3C0) is known color: Tea Green. HEX triplet: CF, E3 and C0. RGB value is (207,227,192). Sum of RGB (Red+Green+Blue) = 207+227+192=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3C0 is #301C3F. Grayscale: #D9D9D9. Windows color (decimal): -3152960 or 12641231. OLE color: 12641231.
HSL color Cylindrical-coordinate representation of color #CFE3C0: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFE3C0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 192 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.11 |
| HSL | 94.29º | 0.38% | 0.82% | - |
| HSV(B) | 94.29º | 0.15% | 0.89% | - |
| XYZ | 62.72 | 72.01 | 60.46 | - |
| YUV | 217.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 192 | 0.09 | 0 | 0.15 | 0.11 | 94.29 | 0.38 | 0.82 |
| Hex | CF | E3 | C0 | 9 | 0 | F | B | 5E | 26 | 52 |
| Octal | 317 | 343 | 300 | 11 | 0 | 17 | 13 | 136 | 46 | 122 |
| Binary | 11001111 | 11100011 | 11000000 | 1001 | 0 | 1111 | 1011 | 1011110 | 100110 | 1010010 |
Color Harmonies of #CFE3C0
Complementary color
Monochromatic Colors of #CFE3C0
Black with #CFE3C0
Text Example
Text Example
White with #CFE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3C0; }
p { color: rgb(207,227,192); }
H1.HeaderClassName
{
color: #CFE3C0;
}
.AnyTagClassName
{
color: #CFE3C0;
}
</style>
background-color css
<style>
a { background-color: #CFE3C0; }
a { background-color: rgb(207,227,192); }
div.DivClassName
{
background-color: #CFE3C0;
}
.BgClassName
{
background-color: #CFE3C0;
}
</style>
border-color css
<style>
span { border-color: #CFE3C0; }
span { border-color: rgb(207,227,192); }
td.TdClassName
{
border-color: #CFE3C0;
}
.TagClassName
{
border-color: #CFE3C0;
}
</style>