Shades of Tea Green #CCE5BE
Tints of Tea Green #CCE5BE
RGB
CMYK
RGB Variations
Color information
#CCE5BE (or 0xCCE5BE) is known color: Tea Green. HEX triplet: CC, E5 and BE. RGB value is (204,229,190). Sum of RGB (Red+Green+Blue) = 204+229+190=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BE is #331A41. Grayscale: #D9D9D9. Windows color (decimal): -3349058 or 12510668. OLE color: 12510668.
HSL color Cylindrical-coordinate representation of color #CCE5BE: hue angle of 98.46º degrees, saturation: 0.43, 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 #CCE5BE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 190 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.10 |
| HSL | 98.46º | 0.43% | 0.82% | - |
| HSV(B) | 98.46º | 0.17% | 0.9% | - |
| XYZ | 62.22 | 72.59 | 59.45 | - |
| YUV | 217.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 190 | 0.11 | 0 | 0.17 | 0.10 | 98.46 | 0.43 | 0.82 |
| Hex | CC | E5 | BE | B | 0 | 11 | A | 62 | 2B | 52 |
| Octal | 314 | 345 | 276 | 13 | 0 | 21 | 12 | 142 | 53 | 122 |
| Binary | 11001100 | 11100101 | 10111110 | 1011 | 0 | 10001 | 1010 | 1100010 | 101011 | 1010010 |
Color Harmonies of #CCE5BE
Complementary color
Monochromatic Colors of #CCE5BE
Black with #CCE5BE
Text Example
Text Example
White with #CCE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5BE; }
p { color: rgb(204,229,190); }
H1.HeaderClassName
{
color: #CCE5BE;
}
.AnyTagClassName
{
color: #CCE5BE;
}
</style>
background-color css
<style>
a { background-color: #CCE5BE; }
a { background-color: rgb(204,229,190); }
div.DivClassName
{
background-color: #CCE5BE;
}
.BgClassName
{
background-color: #CCE5BE;
}
</style>
border-color css
<style>
span { border-color: #CCE5BE; }
span { border-color: rgb(204,229,190); }
td.TdClassName
{
border-color: #CCE5BE;
}
.TagClassName
{
border-color: #CCE5BE;
}
</style>