Shades of Tea Green #CEF6BA
Tints of Tea Green #CEF6BA
RGB
CMYK
RGB Variations
Color information
#CEF6BA (or 0xCEF6BA) is known color: Tea Green. HEX triplet: CE, F6 and BA. RGB value is (206,246,186). Sum of RGB (Red+Green+Blue) = 206+246+186=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6BA is #310945. Grayscale: #E3E3E3. Windows color (decimal): -3213638 or 12252878. OLE color: 12252878.
HSL color Cylindrical-coordinate representation of color #CEF6BA: hue angle of 100º degrees, saturation: 0.77, 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 #CEF6BA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 186 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.04 |
| HSL | 100º | 0.77% | 0.85% | - |
| HSV(B) | 100º | 0.24% | 0.96% | - |
| XYZ | 67.27 | 82.58 | 58.85 | - |
| YUV | 227.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 186 | 0.16 | 0 | 0.24 | 0.04 | 100 | 0.77 | 0.85 |
| Hex | CE | F6 | BA | 10 | 0 | 18 | 4 | 64 | 4D | 55 |
| Octal | 316 | 366 | 272 | 20 | 0 | 30 | 4 | 144 | 115 | 125 |
| Binary | 11001110 | 11110110 | 10111010 | 10000 | 0 | 11000 | 100 | 1100100 | 1001101 | 1010101 |
Color Harmonies of #CEF6BA
Complementary color
Monochromatic Colors of #CEF6BA
Black with #CEF6BA
Text Example
Text Example
White with #CEF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6BA; }
p { color: rgb(206,246,186); }
H1.HeaderClassName
{
color: #CEF6BA;
}
.AnyTagClassName
{
color: #CEF6BA;
}
</style>
background-color css
<style>
a { background-color: #CEF6BA; }
a { background-color: rgb(206,246,186); }
div.DivClassName
{
background-color: #CEF6BA;
}
.BgClassName
{
background-color: #CEF6BA;
}
</style>
border-color css
<style>
span { border-color: #CEF6BA; }
span { border-color: rgb(206,246,186); }
td.TdClassName
{
border-color: #CEF6BA;
}
.TagClassName
{
border-color: #CEF6BA;
}
</style>