Shades of Tea Green #CEF5BA
Tints of Tea Green #CEF5BA
RGB
CMYK
RGB Variations
Color information
#CEF5BA (or 0xCEF5BA) is known color: Tea Green. HEX triplet: CE, F5 and BA. RGB value is (206,245,186). Sum of RGB (Red+Green+Blue) = 206+245+186=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5BA is #310A45. Grayscale: #E2E2E2. Windows color (decimal): -3213894 or 12252622. OLE color: 12252622.
HSL color Cylindrical-coordinate representation of color #CEF5BA: hue angle of 99.66º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEF5BA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 186 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.04 |
| HSL | 99.66º | 0.75% | 0.85% | - |
| HSV(B) | 99.66º | 0.24% | 0.96% | - |
| XYZ | 66.97 | 81.97 | 58.75 | - |
| YUV | 226.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 186 | 0.16 | 0 | 0.24 | 0.04 | 99.66 | 0.75 | 0.85 |
| Hex | CE | F5 | BA | 10 | 0 | 18 | 4 | 64 | 4B | 55 |
| Octal | 316 | 365 | 272 | 20 | 0 | 30 | 4 | 144 | 113 | 125 |
| Binary | 11001110 | 11110101 | 10111010 | 10000 | 0 | 11000 | 100 | 1100100 | 1001011 | 1010101 |
Color Harmonies of #CEF5BA
Complementary color
Monochromatic Colors of #CEF5BA
Black with #CEF5BA
Text Example
Text Example
White with #CEF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5BA; }
p { color: rgb(206,245,186); }
H1.HeaderClassName
{
color: #CEF5BA;
}
.AnyTagClassName
{
color: #CEF5BA;
}
</style>
background-color css
<style>
a { background-color: #CEF5BA; }
a { background-color: rgb(206,245,186); }
div.DivClassName
{
background-color: #CEF5BA;
}
.BgClassName
{
background-color: #CEF5BA;
}
</style>
border-color css
<style>
span { border-color: #CEF5BA; }
span { border-color: rgb(206,245,186); }
td.TdClassName
{
border-color: #CEF5BA;
}
.TagClassName
{
border-color: #CEF5BA;
}
</style>