Shades of Tea Green #CCE3C4
Tints of Tea Green #CCE3C4
RGB
CMYK
RGB Variations
Color information
#CCE3C4 (or 0xCCE3C4) is known color: Tea Green. HEX triplet: CC, E3 and C4. RGB value is (204,227,196). Sum of RGB (Red+Green+Blue) = 204+227+196=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3C4 is #331C3B. Grayscale: #D8D8D8. Windows color (decimal): -3349564 or 12903372. OLE color: 12903372.
HSL color Cylindrical-coordinate representation of color #CCE3C4: hue angle of 104.52º degrees, saturation: 0.36, 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 #CCE3C4 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 196 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.11 |
| HSL | 104.52º | 0.36% | 0.83% | - |
| HSV(B) | 104.52º | 0.14% | 0.89% | - |
| XYZ | 62.33 | 71.76 | 62.79 | - |
| YUV | 216.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 196 | 0.10 | 0 | 0.14 | 0.11 | 104.52 | 0.36 | 0.83 |
| Hex | CC | E3 | C4 | A | 0 | E | B | 69 | 24 | 53 |
| Octal | 314 | 343 | 304 | 12 | 0 | 16 | 13 | 151 | 44 | 123 |
| Binary | 11001100 | 11100011 | 11000100 | 1010 | 0 | 1110 | 1011 | 1101001 | 100100 | 1010011 |
Color Harmonies of #CCE3C4
Complementary color
Monochromatic Colors of #CCE3C4
Black with #CCE3C4
Text Example
Text Example
White with #CCE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3C4; }
p { color: rgb(204,227,196); }
H1.HeaderClassName
{
color: #CCE3C4;
}
.AnyTagClassName
{
color: #CCE3C4;
}
</style>
background-color css
<style>
a { background-color: #CCE3C4; }
a { background-color: rgb(204,227,196); }
div.DivClassName
{
background-color: #CCE3C4;
}
.BgClassName
{
background-color: #CCE3C4;
}
</style>
border-color css
<style>
span { border-color: #CCE3C4; }
span { border-color: rgb(204,227,196); }
td.TdClassName
{
border-color: #CCE3C4;
}
.TagClassName
{
border-color: #CCE3C4;
}
</style>