Shades of Tea Green #CFECB6
Tints of Tea Green #CFECB6
RGB
CMYK
RGB Variations
Color information
#CFECB6 (or 0xCFECB6) is known color: Tea Green. HEX triplet: CF, EC and B6. RGB value is (207,236,182). Sum of RGB (Red+Green+Blue) = 207+236+182=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECB6 is #301349. Grayscale: #DDDDDD. Windows color (decimal): -3150666 or 11988175. OLE color: 11988175.
HSL color Cylindrical-coordinate representation of color #CFECB6: hue angle of 92.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFECB6 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 182 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.07 |
| HSL | 92.22º | 0.59% | 0.82% | - |
| HSV(B) | 92.22º | 0.23% | 0.93% | - |
| XYZ | 64.17 | 76.63 | 55.67 | - |
| YUV | 221.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 182 | 0.12 | 0 | 0.23 | 0.07 | 92.22 | 0.59 | 0.82 |
| Hex | CF | EC | B6 | C | 0 | 17 | 7 | 5C | 3B | 52 |
| Octal | 317 | 354 | 266 | 14 | 0 | 27 | 7 | 134 | 73 | 122 |
| Binary | 11001111 | 11101100 | 10110110 | 1100 | 0 | 10111 | 111 | 1011100 | 111011 | 1010010 |
Color Harmonies of #CFECB6
Complementary color
Monochromatic Colors of #CFECB6
Black with #CFECB6
Text Example
Text Example
White with #CFECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECB6; }
p { color: rgb(207,236,182); }
H1.HeaderClassName
{
color: #CFECB6;
}
.AnyTagClassName
{
color: #CFECB6;
}
</style>
background-color css
<style>
a { background-color: #CFECB6; }
a { background-color: rgb(207,236,182); }
div.DivClassName
{
background-color: #CFECB6;
}
.BgClassName
{
background-color: #CFECB6;
}
</style>
border-color css
<style>
span { border-color: #CFECB6; }
span { border-color: rgb(207,236,182); }
td.TdClassName
{
border-color: #CFECB6;
}
.TagClassName
{
border-color: #CFECB6;
}
</style>