Shades of Tea Green #CCEBB1
Tints of Tea Green #CCEBB1
RGB
CMYK
RGB Variations
Color information
#CCEBB1 (or 0xCCEBB1) is known color: Tea Green. HEX triplet: CC, EB and B1. RGB value is (204,235,177). Sum of RGB (Red+Green+Blue) = 204+235+177=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBB1 is #33144E. Grayscale: #DBDBDB. Windows color (decimal): -3347535 or 11660236. OLE color: 11660236.
HSL color Cylindrical-coordinate representation of color #CCEBB1: hue angle of 92.07º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCEBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 177 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.08 |
| HSL | 92.07º | 0.59% | 0.81% | - |
| HSV(B) | 92.07º | 0.25% | 0.92% | - |
| XYZ | 62.55 | 75.43 | 52.86 | - |
| YUV | 219.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 177 | 0.13 | 0 | 0.25 | 0.08 | 92.07 | 0.59 | 0.81 |
| Hex | CC | EB | B1 | D | 0 | 19 | 8 | 5C | 3B | 51 |
| Octal | 314 | 353 | 261 | 15 | 0 | 31 | 10 | 134 | 73 | 121 |
| Binary | 11001100 | 11101011 | 10110001 | 1101 | 0 | 11001 | 1000 | 1011100 | 111011 | 1010001 |
Color Harmonies of #CCEBB1
Complementary color
Monochromatic Colors of #CCEBB1
Black with #CCEBB1
Text Example
Text Example
White with #CCEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBB1; }
p { color: rgb(204,235,177); }
H1.HeaderClassName
{
color: #CCEBB1;
}
.AnyTagClassName
{
color: #CCEBB1;
}
</style>
background-color css
<style>
a { background-color: #CCEBB1; }
a { background-color: rgb(204,235,177); }
div.DivClassName
{
background-color: #CCEBB1;
}
.BgClassName
{
background-color: #CCEBB1;
}
</style>
border-color css
<style>
span { border-color: #CCEBB1; }
span { border-color: rgb(204,235,177); }
td.TdClassName
{
border-color: #CCEBB1;
}
.TagClassName
{
border-color: #CCEBB1;
}
</style>