Shades of Tea Green #CEFFC0
Tints of Tea Green #CEFFC0
RGB
CMYK
RGB Variations
Color information
#CEFFC0 (or 0xCEFFC0) is known color: Tea Green. HEX triplet: CE, FF and C0. RGB value is (206,255,192). Sum of RGB (Red+Green+Blue) = 206+255+192=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFC0 is #31003F. Grayscale: #E9E9E9. Windows color (decimal): -3211328 or 12648398. OLE color: 12648398.
HSL color Cylindrical-coordinate representation of color #CEFFC0: hue angle of 106.67º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEFFC0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 192 | - |
| CMYK | 0.19 | 0 | 0.25 | 0 |
| HSL | 106.67º | 1% | 0.88% | - |
| HSV(B) | 106.67º | 0.25% | 1% | - |
| XYZ | 70.73 | 88.45 | 63.21 | - |
| YUV | 233.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 192 | 0.19 | 0 | 0.25 | 0 | 106.67 | 1 | 0.88 |
| Hex | CE | FF | C0 | 13 | 0 | 19 | 0 | 6B | 64 | 58 |
| Octal | 316 | 377 | 300 | 23 | 0 | 31 | 0 | 153 | 144 | 130 |
| Binary | 11001110 | 11111111 | 11000000 | 10011 | 0 | 11001 | 0 | 1101011 | 1100100 | 1011000 |
Color Harmonies of #CEFFC0
Complementary color
Monochromatic Colors of #CEFFC0
Black with #CEFFC0
Text Example
Text Example
White with #CEFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFC0; }
p { color: rgb(206,255,192); }
H1.HeaderClassName
{
color: #CEFFC0;
}
.AnyTagClassName
{
color: #CEFFC0;
}
</style>
background-color css
<style>
a { background-color: #CEFFC0; }
a { background-color: rgb(206,255,192); }
div.DivClassName
{
background-color: #CEFFC0;
}
.BgClassName
{
background-color: #CEFFC0;
}
</style>
border-color css
<style>
span { border-color: #CEFFC0; }
span { border-color: rgb(206,255,192); }
td.TdClassName
{
border-color: #CEFFC0;
}
.TagClassName
{
border-color: #CEFFC0;
}
</style>