Shades of Tea Green #CEF5BC
Tints of Tea Green #CEF5BC
RGB
CMYK
RGB Variations
Color information
#CEF5BC (or 0xCEF5BC) is known color: Tea Green. HEX triplet: CE, F5 and BC. RGB value is (206,245,188). Sum of RGB (Red+Green+Blue) = 206+245+188=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5BC is #310A43. Grayscale: #E3E3E3. Windows color (decimal): -3213892 or 12383694. OLE color: 12383694.
HSL color Cylindrical-coordinate representation of color #CEF5BC: hue angle of 101.05º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF5BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 188 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 101.05º | 0.74% | 0.85% | - |
| HSV(B) | 101.05º | 0.23% | 0.96% | - |
| XYZ | 67.18 | 82.06 | 59.87 | - |
| YUV | 226.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 188 | 0.16 | 0 | 0.23 | 0.04 | 101.05 | 0.74 | 0.85 |
| Hex | CE | F5 | BC | 10 | 0 | 17 | 4 | 65 | 4A | 55 |
| Octal | 316 | 365 | 274 | 20 | 0 | 27 | 4 | 145 | 112 | 125 |
| Binary | 11001110 | 11110101 | 10111100 | 10000 | 0 | 10111 | 100 | 1100101 | 1001010 | 1010101 |
Color Harmonies of #CEF5BC
Complementary color
Monochromatic Colors of #CEF5BC
Black with #CEF5BC
Text Example
Text Example
White with #CEF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5BC; }
p { color: rgb(206,245,188); }
H1.HeaderClassName
{
color: #CEF5BC;
}
.AnyTagClassName
{
color: #CEF5BC;
}
</style>
background-color css
<style>
a { background-color: #CEF5BC; }
a { background-color: rgb(206,245,188); }
div.DivClassName
{
background-color: #CEF5BC;
}
.BgClassName
{
background-color: #CEF5BC;
}
</style>
border-color css
<style>
span { border-color: #CEF5BC; }
span { border-color: rgb(206,245,188); }
td.TdClassName
{
border-color: #CEF5BC;
}
.TagClassName
{
border-color: #CEF5BC;
}
</style>