Shades of Tea Green #CCE3BE
Tints of Tea Green #CCE3BE
RGB
CMYK
RGB Variations
Color information
#CCE3BE (or 0xCCE3BE) is known color: Tea Green. HEX triplet: CC, E3 and BE. RGB value is (204,227,190). Sum of RGB (Red+Green+Blue) = 204+227+190=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3BE is #331C41. Grayscale: #D8D8D8. Windows color (decimal): -3349570 or 12510156. OLE color: 12510156.
HSL color Cylindrical-coordinate representation of color #CCE3BE: hue angle of 97.3º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE3BE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 190 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.11 |
| HSL | 97.3º | 0.4% | 0.82% | - |
| HSV(B) | 97.3º | 0.16% | 0.89% | - |
| XYZ | 61.67 | 71.49 | 59.26 | - |
| YUV | 215.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 190 | 0.10 | 0 | 0.16 | 0.11 | 97.3 | 0.4 | 0.82 |
| Hex | CC | E3 | BE | A | 0 | 10 | B | 61 | 28 | 52 |
| Octal | 314 | 343 | 276 | 12 | 0 | 20 | 13 | 141 | 50 | 122 |
| Binary | 11001100 | 11100011 | 10111110 | 1010 | 0 | 10000 | 1011 | 1100001 | 101000 | 1010010 |
Color Harmonies of #CCE3BE
Complementary color
Monochromatic Colors of #CCE3BE
Black with #CCE3BE
Text Example
Text Example
White with #CCE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3BE; }
p { color: rgb(204,227,190); }
H1.HeaderClassName
{
color: #CCE3BE;
}
.AnyTagClassName
{
color: #CCE3BE;
}
</style>
background-color css
<style>
a { background-color: #CCE3BE; }
a { background-color: rgb(204,227,190); }
div.DivClassName
{
background-color: #CCE3BE;
}
.BgClassName
{
background-color: #CCE3BE;
}
</style>
border-color css
<style>
span { border-color: #CCE3BE; }
span { border-color: rgb(204,227,190); }
td.TdClassName
{
border-color: #CCE3BE;
}
.TagClassName
{
border-color: #CCE3BE;
}
</style>