Shades of Tea Green #CCEBC3
Tints of Tea Green #CCEBC3
RGB
CMYK
RGB Variations
Color information
#CCEBC3 (or 0xCCEBC3) is known color: Tea Green. HEX triplet: CC, EB and C3. RGB value is (204,235,195). Sum of RGB (Red+Green+Blue) = 204+235+195=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC3 is #33143C. Grayscale: #DDDDDD. Windows color (decimal): -3347517 or 12839884. OLE color: 12839884.
HSL color Cylindrical-coordinate representation of color #CCEBC3: hue angle of 106.5º degrees, saturation: 0.5, 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 #CCEBC3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 195 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.08 |
| HSL | 106.5º | 0.5% | 0.84% | - |
| HSV(B) | 106.5º | 0.17% | 0.92% | - |
| XYZ | 64.46 | 76.19 | 62.94 | - |
| YUV | 221.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 195 | 0.13 | 0 | 0.17 | 0.08 | 106.5 | 0.5 | 0.84 |
| Hex | CC | EB | C3 | D | 0 | 11 | 8 | 6A | 32 | 54 |
| Octal | 314 | 353 | 303 | 15 | 0 | 21 | 10 | 152 | 62 | 124 |
| Binary | 11001100 | 11101011 | 11000011 | 1101 | 0 | 10001 | 1000 | 1101010 | 110010 | 1010100 |
Color Harmonies of #CCEBC3
Complementary color
Monochromatic Colors of #CCEBC3
Black with #CCEBC3
Text Example
Text Example
White with #CCEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBC3; }
p { color: rgb(204,235,195); }
H1.HeaderClassName
{
color: #CCEBC3;
}
.AnyTagClassName
{
color: #CCEBC3;
}
</style>
background-color css
<style>
a { background-color: #CCEBC3; }
a { background-color: rgb(204,235,195); }
div.DivClassName
{
background-color: #CCEBC3;
}
.BgClassName
{
background-color: #CCEBC3;
}
</style>
border-color css
<style>
span { border-color: #CCEBC3; }
span { border-color: rgb(204,235,195); }
td.TdClassName
{
border-color: #CCEBC3;
}
.TagClassName
{
border-color: #CCEBC3;
}
</style>