Shades of Tea Green #CCE5BF
Tints of Tea Green #CCE5BF
RGB
CMYK
RGB Variations
Color information
#CCE5BF (or 0xCCE5BF) is known color: Tea Green. HEX triplet: CC, E5 and BF. RGB value is (204,229,191). Sum of RGB (Red+Green+Blue) = 204+229+191=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BF is #331A40. Grayscale: #D9D9D9. Windows color (decimal): -3349057 or 12576204. OLE color: 12576204.
HSL color Cylindrical-coordinate representation of color #CCE5BF: hue angle of 99.47º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE5BF is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 191 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.10 |
| HSL | 99.47º | 0.42% | 0.82% | - |
| HSV(B) | 99.47º | 0.17% | 0.9% | - |
| XYZ | 62.33 | 72.64 | 60.03 | - |
| YUV | 217.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 191 | 0.11 | 0 | 0.17 | 0.10 | 99.47 | 0.42 | 0.82 |
| Hex | CC | E5 | BF | B | 0 | 11 | A | 63 | 2A | 52 |
| Octal | 314 | 345 | 277 | 13 | 0 | 21 | 12 | 143 | 52 | 122 |
| Binary | 11001100 | 11100101 | 10111111 | 1011 | 0 | 10001 | 1010 | 1100011 | 101010 | 1010010 |
Color Harmonies of #CCE5BF
Complementary color
Monochromatic Colors of #CCE5BF
Black with #CCE5BF
Text Example
Text Example
White with #CCE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5BF; }
p { color: rgb(204,229,191); }
H1.HeaderClassName
{
color: #CCE5BF;
}
.AnyTagClassName
{
color: #CCE5BF;
}
</style>
background-color css
<style>
a { background-color: #CCE5BF; }
a { background-color: rgb(204,229,191); }
div.DivClassName
{
background-color: #CCE5BF;
}
.BgClassName
{
background-color: #CCE5BF;
}
</style>
border-color css
<style>
span { border-color: #CCE5BF; }
span { border-color: rgb(204,229,191); }
td.TdClassName
{
border-color: #CCE5BF;
}
.TagClassName
{
border-color: #CCE5BF;
}
</style>