Shades of Tea Green #CEFEBC
Tints of Tea Green #CEFEBC
RGB
CMYK
RGB Variations
Color information
#CEFEBC (or 0xCEFEBC) is known color: Tea Green. HEX triplet: CE, FE and BC. RGB value is (206,254,188). Sum of RGB (Red+Green+Blue) = 206+254+188=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEBC is #310143. Grayscale: #E8E8E8. Windows color (decimal): -3211588 or 12385998. OLE color: 12385998.
HSL color Cylindrical-coordinate representation of color #CEFEBC: hue angle of 103.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEFEBC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 188 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.00 |
| HSL | 103.64º | 0.97% | 0.87% | - |
| HSV(B) | 103.64º | 0.26% | 1% | - |
| XYZ | 69.97 | 87.64 | 60.8 | - |
| YUV | 232.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 188 | 0.19 | 0 | 0.26 | 0.00 | 103.64 | 0.97 | 0.87 |
| Hex | CE | FE | BC | 13 | 0 | 1A | 0 | 68 | 61 | 57 |
| Octal | 316 | 376 | 274 | 23 | 0 | 32 | 0 | 150 | 141 | 127 |
| Binary | 11001110 | 11111110 | 10111100 | 10011 | 0 | 11010 | 0 | 1101000 | 1100001 | 1010111 |
Color Harmonies of #CEFEBC
Complementary color
Monochromatic Colors of #CEFEBC
Black with #CEFEBC
Text Example
Text Example
White with #CEFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEBC; }
p { color: rgb(206,254,188); }
H1.HeaderClassName
{
color: #CEFEBC;
}
.AnyTagClassName
{
color: #CEFEBC;
}
</style>
background-color css
<style>
a { background-color: #CEFEBC; }
a { background-color: rgb(206,254,188); }
div.DivClassName
{
background-color: #CEFEBC;
}
.BgClassName
{
background-color: #CEFEBC;
}
</style>
border-color css
<style>
span { border-color: #CEFEBC; }
span { border-color: rgb(206,254,188); }
td.TdClassName
{
border-color: #CEFEBC;
}
.TagClassName
{
border-color: #CEFEBC;
}
</style>