Shades of Tea Green #CEFEBD
Tints of Tea Green #CEFEBD
RGB
CMYK
RGB Variations
Color information
#CEFEBD (or 0xCEFEBD) is known color: Tea Green. HEX triplet: CE, FE and BD. RGB value is (206,254,189). Sum of RGB (Red+Green+Blue) = 206+254+189=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEBD is #310142. Grayscale: #E8E8E8. Windows color (decimal): -3211587 or 12451534. OLE color: 12451534.
HSL color Cylindrical-coordinate representation of color #CEFEBD: hue angle of 104.31º 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 #CEFEBD is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 189 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.00 |
| HSL | 104.31º | 0.97% | 0.87% | - |
| HSV(B) | 104.31º | 0.26% | 1% | - |
| XYZ | 70.08 | 87.68 | 61.37 | - |
| YUV | 232.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 189 | 0.19 | 0 | 0.26 | 0.00 | 104.31 | 0.97 | 0.87 |
| Hex | CE | FE | BD | 13 | 0 | 1A | 0 | 68 | 61 | 57 |
| Octal | 316 | 376 | 275 | 23 | 0 | 32 | 0 | 150 | 141 | 127 |
| Binary | 11001110 | 11111110 | 10111101 | 10011 | 0 | 11010 | 0 | 1101000 | 1100001 | 1010111 |
Color Harmonies of #CEFEBD
Complementary color
Monochromatic Colors of #CEFEBD
Black with #CEFEBD
Text Example
Text Example
White with #CEFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEBD; }
p { color: rgb(206,254,189); }
H1.HeaderClassName
{
color: #CEFEBD;
}
.AnyTagClassName
{
color: #CEFEBD;
}
</style>
background-color css
<style>
a { background-color: #CEFEBD; }
a { background-color: rgb(206,254,189); }
div.DivClassName
{
background-color: #CEFEBD;
}
.BgClassName
{
background-color: #CEFEBD;
}
</style>
border-color css
<style>
span { border-color: #CEFEBD; }
span { border-color: rgb(206,254,189); }
td.TdClassName
{
border-color: #CEFEBD;
}
.TagClassName
{
border-color: #CEFEBD;
}
</style>