Shades of Tea Green #CEFFBC
Tints of Tea Green #CEFFBC
RGB
CMYK
RGB Variations
Color information
#CEFFBC (or 0xCEFFBC) is known color: Tea Green. HEX triplet: CE, FF and BC. RGB value is (206,255,188). Sum of RGB (Red+Green+Blue) = 206+255+188=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFBC is #310043. Grayscale: #E8E8E8. Windows color (decimal): -3211332 or 12386254. OLE color: 12386254.
HSL color Cylindrical-coordinate representation of color #CEFFBC: hue angle of 103.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEFFBC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 188 | - |
| CMYK | 0.19 | 0 | 0.26 | 0 |
| HSL | 103.88º | 1% | 0.87% | - |
| HSV(B) | 103.88º | 0.26% | 1% | - |
| XYZ | 70.29 | 88.27 | 60.91 | - |
| YUV | 232.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 188 | 0.19 | 0 | 0.26 | 0 | 103.88 | 1 | 0.87 |
| Hex | CE | FF | BC | 13 | 0 | 1A | 0 | 68 | 64 | 57 |
| Octal | 316 | 377 | 274 | 23 | 0 | 32 | 0 | 150 | 144 | 127 |
| Binary | 11001110 | 11111111 | 10111100 | 10011 | 0 | 11010 | 0 | 1101000 | 1100100 | 1010111 |
Color Harmonies of #CEFFBC
Complementary color
Monochromatic Colors of #CEFFBC
Black with #CEFFBC
Text Example
Text Example
White with #CEFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFBC; }
p { color: rgb(206,255,188); }
H1.HeaderClassName
{
color: #CEFFBC;
}
.AnyTagClassName
{
color: #CEFFBC;
}
</style>
background-color css
<style>
a { background-color: #CEFFBC; }
a { background-color: rgb(206,255,188); }
div.DivClassName
{
background-color: #CEFFBC;
}
.BgClassName
{
background-color: #CEFFBC;
}
</style>
border-color css
<style>
span { border-color: #CEFFBC; }
span { border-color: rgb(206,255,188); }
td.TdClassName
{
border-color: #CEFFBC;
}
.TagClassName
{
border-color: #CEFFBC;
}
</style>