Shades of Tea Green #CCEBC2
Tints of Tea Green #CCEBC2
RGB
CMYK
RGB Variations
Color information
#CCEBC2 (or 0xCCEBC2) is known color: Tea Green. HEX triplet: CC, EB and C2. RGB value is (204,235,194). Sum of RGB (Red+Green+Blue) = 204+235+194=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC2 is #33143D. Grayscale: #DDDDDD. Windows color (decimal): -3347518 or 12774348. OLE color: 12774348.
HSL color Cylindrical-coordinate representation of color #CCEBC2: hue angle of 105.37º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEBC2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 194 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.08 |
| HSL | 105.37º | 0.51% | 0.84% | - |
| HSV(B) | 105.37º | 0.17% | 0.92% | - |
| XYZ | 64.35 | 76.15 | 62.35 | - |
| YUV | 221.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 194 | 0.13 | 0 | 0.17 | 0.08 | 105.37 | 0.51 | 0.84 |
| Hex | CC | EB | C2 | D | 0 | 11 | 8 | 69 | 33 | 54 |
| Octal | 314 | 353 | 302 | 15 | 0 | 21 | 10 | 151 | 63 | 124 |
| Binary | 11001100 | 11101011 | 11000010 | 1101 | 0 | 10001 | 1000 | 1101001 | 110011 | 1010100 |
Color Harmonies of #CCEBC2
Complementary color
Monochromatic Colors of #CCEBC2
Black with #CCEBC2
Text Example
Text Example
White with #CCEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBC2; }
p { color: rgb(204,235,194); }
H1.HeaderClassName
{
color: #CCEBC2;
}
.AnyTagClassName
{
color: #CCEBC2;
}
</style>
background-color css
<style>
a { background-color: #CCEBC2; }
a { background-color: rgb(204,235,194); }
div.DivClassName
{
background-color: #CCEBC2;
}
.BgClassName
{
background-color: #CCEBC2;
}
</style>
border-color css
<style>
span { border-color: #CCEBC2; }
span { border-color: rgb(204,235,194); }
td.TdClassName
{
border-color: #CCEBC2;
}
.TagClassName
{
border-color: #CCEBC2;
}
</style>