Shades of Tea Green #CCE7C2
Tints of Tea Green #CCE7C2
RGB
CMYK
RGB Variations
Color information
#CCE7C2 (or 0xCCE7C2) is known color: Tea Green. HEX triplet: CC, E7 and C2. RGB value is (204,231,194). Sum of RGB (Red+Green+Blue) = 204+231+194=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7C2 is #33183D. Grayscale: #DADADA. Windows color (decimal): -3348542 or 12773324. OLE color: 12773324.
HSL color Cylindrical-coordinate representation of color #CCE7C2: hue angle of 103.78º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE7C2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 194 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.09 |
| HSL | 103.78º | 0.44% | 0.83% | - |
| HSV(B) | 103.78º | 0.16% | 0.91% | - |
| XYZ | 63.22 | 73.88 | 61.97 | - |
| YUV | 218.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 194 | 0.12 | 0 | 0.16 | 0.09 | 103.78 | 0.44 | 0.83 |
| Hex | CC | E7 | C2 | C | 0 | 10 | 9 | 68 | 2C | 53 |
| Octal | 314 | 347 | 302 | 14 | 0 | 20 | 11 | 150 | 54 | 123 |
| Binary | 11001100 | 11100111 | 11000010 | 1100 | 0 | 10000 | 1001 | 1101000 | 101100 | 1010011 |
Color Harmonies of #CCE7C2
Complementary color
Monochromatic Colors of #CCE7C2
Black with #CCE7C2
Text Example
Text Example
White with #CCE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7C2; }
p { color: rgb(204,231,194); }
H1.HeaderClassName
{
color: #CCE7C2;
}
.AnyTagClassName
{
color: #CCE7C2;
}
</style>
background-color css
<style>
a { background-color: #CCE7C2; }
a { background-color: rgb(204,231,194); }
div.DivClassName
{
background-color: #CCE7C2;
}
.BgClassName
{
background-color: #CCE7C2;
}
</style>
border-color css
<style>
span { border-color: #CCE7C2; }
span { border-color: rgb(204,231,194); }
td.TdClassName
{
border-color: #CCE7C2;
}
.TagClassName
{
border-color: #CCE7C2;
}
</style>