Shades of Tea Green #CCEBC1
Tints of Tea Green #CCEBC1
RGB
CMYK
RGB Variations
Color information
#CCEBC1 (or 0xCCEBC1) is known color: Tea Green. HEX triplet: CC, EB and C1. RGB value is (204,235,193). Sum of RGB (Red+Green+Blue) = 204+235+193=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC1 is #33143E. Grayscale: #DDDDDD. Windows color (decimal): -3347519 or 12708812. OLE color: 12708812.
HSL color Cylindrical-coordinate representation of color #CCEBC1: hue angle of 104.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEBC1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 193 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.08 |
| HSL | 104.29º | 0.51% | 0.84% | - |
| HSV(B) | 104.29º | 0.18% | 0.92% | - |
| XYZ | 64.24 | 76.1 | 61.76 | - |
| YUV | 220.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 193 | 0.13 | 0 | 0.18 | 0.08 | 104.29 | 0.51 | 0.84 |
| Hex | CC | EB | C1 | D | 0 | 12 | 8 | 68 | 33 | 54 |
| Octal | 314 | 353 | 301 | 15 | 0 | 22 | 10 | 150 | 63 | 124 |
| Binary | 11001100 | 11101011 | 11000001 | 1101 | 0 | 10010 | 1000 | 1101000 | 110011 | 1010100 |
Color Harmonies of #CCEBC1
Complementary color
Monochromatic Colors of #CCEBC1
Black with #CCEBC1
Text Example
Text Example
White with #CCEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBC1; }
p { color: rgb(204,235,193); }
H1.HeaderClassName
{
color: #CCEBC1;
}
.AnyTagClassName
{
color: #CCEBC1;
}
</style>
background-color css
<style>
a { background-color: #CCEBC1; }
a { background-color: rgb(204,235,193); }
div.DivClassName
{
background-color: #CCEBC1;
}
.BgClassName
{
background-color: #CCEBC1;
}
</style>
border-color css
<style>
span { border-color: #CCEBC1; }
span { border-color: rgb(204,235,193); }
td.TdClassName
{
border-color: #CCEBC1;
}
.TagClassName
{
border-color: #CCEBC1;
}
</style>