Shades of Tea Green #CCE7BC
Tints of Tea Green #CCE7BC
RGB
CMYK
RGB Variations
Color information
#CCE7BC (or 0xCCE7BC) is known color: Tea Green. HEX triplet: CC, E7 and BC. RGB value is (204,231,188). Sum of RGB (Red+Green+Blue) = 204+231+188=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7BC is #331843. Grayscale: #DADADA. Windows color (decimal): -3348548 or 12380108. OLE color: 12380108.
HSL color Cylindrical-coordinate representation of color #CCE7BC: hue angle of 97.67º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE7BC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 188 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.09 |
| HSL | 97.67º | 0.47% | 0.82% | - |
| HSV(B) | 97.67º | 0.19% | 0.91% | - |
| XYZ | 62.55 | 73.62 | 58.49 | - |
| YUV | 218.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 188 | 0.12 | 0 | 0.19 | 0.09 | 97.67 | 0.47 | 0.82 |
| Hex | CC | E7 | BC | C | 0 | 13 | 9 | 62 | 2F | 52 |
| Octal | 314 | 347 | 274 | 14 | 0 | 23 | 11 | 142 | 57 | 122 |
| Binary | 11001100 | 11100111 | 10111100 | 1100 | 0 | 10011 | 1001 | 1100010 | 101111 | 1010010 |
Color Harmonies of #CCE7BC
Complementary color
Monochromatic Colors of #CCE7BC
Black with #CCE7BC
Text Example
Text Example
White with #CCE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7BC; }
p { color: rgb(204,231,188); }
H1.HeaderClassName
{
color: #CCE7BC;
}
.AnyTagClassName
{
color: #CCE7BC;
}
</style>
background-color css
<style>
a { background-color: #CCE7BC; }
a { background-color: rgb(204,231,188); }
div.DivClassName
{
background-color: #CCE7BC;
}
.BgClassName
{
background-color: #CCE7BC;
}
</style>
border-color css
<style>
span { border-color: #CCE7BC; }
span { border-color: rgb(204,231,188); }
td.TdClassName
{
border-color: #CCE7BC;
}
.TagClassName
{
border-color: #CCE7BC;
}
</style>