Shades of Tea Green #CCE2C3
Tints of Tea Green #CCE2C3
RGB
CMYK
RGB Variations
Color information
#CCE2C3 (or 0xCCE2C3) is known color: Tea Green. HEX triplet: CC, E2 and C3. RGB value is (204,226,195). Sum of RGB (Red+Green+Blue) = 204+226+195=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2C3 is #331D3C. Grayscale: #D7D7D7. Windows color (decimal): -3349821 or 12837580. OLE color: 12837580.
HSL color Cylindrical-coordinate representation of color #CCE2C3: hue angle of 102.58º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE2C3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 195 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.11 |
| HSL | 102.58º | 0.35% | 0.83% | - |
| HSV(B) | 102.58º | 0.14% | 0.89% | - |
| XYZ | 61.95 | 71.17 | 62.1 | - |
| YUV | 215.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 195 | 0.10 | 0 | 0.14 | 0.11 | 102.58 | 0.35 | 0.83 |
| Hex | CC | E2 | C3 | A | 0 | E | B | 67 | 23 | 53 |
| Octal | 314 | 342 | 303 | 12 | 0 | 16 | 13 | 147 | 43 | 123 |
| Binary | 11001100 | 11100010 | 11000011 | 1010 | 0 | 1110 | 1011 | 1100111 | 100011 | 1010011 |
Color Harmonies of #CCE2C3
Complementary color
Monochromatic Colors of #CCE2C3
Black with #CCE2C3
Text Example
Text Example
White with #CCE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2C3; }
p { color: rgb(204,226,195); }
H1.HeaderClassName
{
color: #CCE2C3;
}
.AnyTagClassName
{
color: #CCE2C3;
}
</style>
background-color css
<style>
a { background-color: #CCE2C3; }
a { background-color: rgb(204,226,195); }
div.DivClassName
{
background-color: #CCE2C3;
}
.BgClassName
{
background-color: #CCE2C3;
}
</style>
border-color css
<style>
span { border-color: #CCE2C3; }
span { border-color: rgb(204,226,195); }
td.TdClassName
{
border-color: #CCE2C3;
}
.TagClassName
{
border-color: #CCE2C3;
}
</style>