Shades of Tea Green #CEFBC0
Tints of Tea Green #CEFBC0
RGB
CMYK
RGB Variations
Color information
#CEFBC0 (or 0xCEFBC0) is known color: Tea Green. HEX triplet: CE, FB and C0. RGB value is (206,251,192). Sum of RGB (Red+Green+Blue) = 206+251+192=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBC0 is #31043F. Grayscale: #E7E7E7. Windows color (decimal): -3212352 or 12647374. OLE color: 12647374.
HSL color Cylindrical-coordinate representation of color #CEFBC0: hue angle of 105.76º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEFBC0 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 251 | 192 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.02 |
| HSL | 105.76º | 0.88% | 0.87% | - |
| HSV(B) | 105.76º | 0.24% | 0.98% | - |
| XYZ | 69.47 | 85.92 | 62.79 | - |
| YUV | 230.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 251 | 192 | 0.18 | 0 | 0.24 | 0.02 | 105.76 | 0.88 | 0.87 |
| Hex | CE | FB | C0 | 12 | 0 | 18 | 2 | 6A | 58 | 57 |
| Octal | 316 | 373 | 300 | 22 | 0 | 30 | 2 | 152 | 130 | 127 |
| Binary | 11001110 | 11111011 | 11000000 | 10010 | 0 | 11000 | 10 | 1101010 | 1011000 | 1010111 |
Color Harmonies of #CEFBC0
Complementary color
Monochromatic Colors of #CEFBC0
Black with #CEFBC0
Text Example
Text Example
White with #CEFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFBC0; }
p { color: rgb(206,251,192); }
H1.HeaderClassName
{
color: #CEFBC0;
}
.AnyTagClassName
{
color: #CEFBC0;
}
</style>
background-color css
<style>
a { background-color: #CEFBC0; }
a { background-color: rgb(206,251,192); }
div.DivClassName
{
background-color: #CEFBC0;
}
.BgClassName
{
background-color: #CEFBC0;
}
</style>
border-color css
<style>
span { border-color: #CEFBC0; }
span { border-color: rgb(206,251,192); }
td.TdClassName
{
border-color: #CEFBC0;
}
.TagClassName
{
border-color: #CEFBC0;
}
</style>