Shades of Tea Green #CCE3BF
Tints of Tea Green #CCE3BF
RGB
CMYK
RGB Variations
Color information
#CCE3BF (or 0xCCE3BF) is known color: Tea Green. HEX triplet: CC, E3 and BF. RGB value is (204,227,191). Sum of RGB (Red+Green+Blue) = 204+227+191=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3BF is #331C40. Grayscale: #D8D8D8. Windows color (decimal): -3349569 or 12575692. OLE color: 12575692.
HSL color Cylindrical-coordinate representation of color #CCE3BF: hue angle of 98.33º degrees, saturation: 0.39, 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 #CCE3BF is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 191 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.11 |
| HSL | 98.33º | 0.39% | 0.82% | - |
| HSV(B) | 98.33º | 0.16% | 0.89% | - |
| XYZ | 61.77 | 71.54 | 59.84 | - |
| YUV | 216.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 191 | 0.10 | 0 | 0.16 | 0.11 | 98.33 | 0.39 | 0.82 |
| Hex | CC | E3 | BF | A | 0 | 10 | B | 62 | 27 | 52 |
| Octal | 314 | 343 | 277 | 12 | 0 | 20 | 13 | 142 | 47 | 122 |
| Binary | 11001100 | 11100011 | 10111111 | 1010 | 0 | 10000 | 1011 | 1100010 | 100111 | 1010010 |
Color Harmonies of #CCE3BF
Complementary color
Monochromatic Colors of #CCE3BF
Black with #CCE3BF
Text Example
Text Example
White with #CCE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3BF; }
p { color: rgb(204,227,191); }
H1.HeaderClassName
{
color: #CCE3BF;
}
.AnyTagClassName
{
color: #CCE3BF;
}
</style>
background-color css
<style>
a { background-color: #CCE3BF; }
a { background-color: rgb(204,227,191); }
div.DivClassName
{
background-color: #CCE3BF;
}
.BgClassName
{
background-color: #CCE3BF;
}
</style>
border-color css
<style>
span { border-color: #CCE3BF; }
span { border-color: rgb(204,227,191); }
td.TdClassName
{
border-color: #CCE3BF;
}
.TagClassName
{
border-color: #CCE3BF;
}
</style>