Shades of Tea Green #CFEBB3
Tints of Tea Green #CFEBB3
RGB
CMYK
RGB Variations
Color information
#CFEBB3 (or 0xCFEBB3) is known color: Tea Green. HEX triplet: CF, EB and B3. RGB value is (207,235,179). Sum of RGB (Red+Green+Blue) = 207+235+179=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBB3 is #30144C. Grayscale: #DCDCDC. Windows color (decimal): -3150925 or 11791311. OLE color: 11791311.
HSL color Cylindrical-coordinate representation of color #CFEBB3: hue angle of 90º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFEBB3 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 179 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.08 |
| HSL | 90º | 0.58% | 0.81% | - |
| HSV(B) | 90º | 0.24% | 0.92% | - |
| XYZ | 63.58 | 75.94 | 53.95 | - |
| YUV | 220.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 179 | 0.12 | 0 | 0.24 | 0.08 | 90 | 0.58 | 0.81 |
| Hex | CF | EB | B3 | C | 0 | 18 | 8 | 5A | 3A | 51 |
| Octal | 317 | 353 | 263 | 14 | 0 | 30 | 10 | 132 | 72 | 121 |
| Binary | 11001111 | 11101011 | 10110011 | 1100 | 0 | 11000 | 1000 | 1011010 | 111010 | 1010001 |
Color Harmonies of #CFEBB3
Complementary color
Monochromatic Colors of #CFEBB3
Black with #CFEBB3
Text Example
Text Example
White with #CFEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBB3; }
p { color: rgb(207,235,179); }
H1.HeaderClassName
{
color: #CFEBB3;
}
.AnyTagClassName
{
color: #CFEBB3;
}
</style>
background-color css
<style>
a { background-color: #CFEBB3; }
a { background-color: rgb(207,235,179); }
div.DivClassName
{
background-color: #CFEBB3;
}
.BgClassName
{
background-color: #CFEBB3;
}
</style>
border-color css
<style>
span { border-color: #CFEBB3; }
span { border-color: rgb(207,235,179); }
td.TdClassName
{
border-color: #CFEBB3;
}
.TagClassName
{
border-color: #CFEBB3;
}
</style>