Shades of Tea Green #CCF3BD
Tints of Tea Green #CCF3BD
RGB
CMYK
RGB Variations
Color information
#CCF3BD (or 0xCCF3BD) is known color: Tea Green. HEX triplet: CC, F3 and BD. RGB value is (204,243,189). Sum of RGB (Red+Green+Blue) = 204+243+189=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3BD is #330C42. Grayscale: #E1E1E1. Windows color (decimal): -3345475 or 12448716. OLE color: 12448716.
HSL color Cylindrical-coordinate representation of color #CCF3BD: hue angle of 103.33º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCF3BD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 189 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 103.33º | 0.69% | 0.85% | - |
| HSV(B) | 103.33º | 0.22% | 0.95% | - |
| XYZ | 66.14 | 80.61 | 60.22 | - |
| YUV | 225.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 189 | 0.16 | 0 | 0.22 | 0.05 | 103.33 | 0.69 | 0.85 |
| Hex | CC | F3 | BD | 10 | 0 | 16 | 5 | 67 | 45 | 55 |
| Octal | 314 | 363 | 275 | 20 | 0 | 26 | 5 | 147 | 105 | 125 |
| Binary | 11001100 | 11110011 | 10111101 | 10000 | 0 | 10110 | 101 | 1100111 | 1000101 | 1010101 |
Color Harmonies of #CCF3BD
Complementary color
Monochromatic Colors of #CCF3BD
Black with #CCF3BD
Text Example
Text Example
White with #CCF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3BD; }
p { color: rgb(204,243,189); }
H1.HeaderClassName
{
color: #CCF3BD;
}
.AnyTagClassName
{
color: #CCF3BD;
}
</style>
background-color css
<style>
a { background-color: #CCF3BD; }
a { background-color: rgb(204,243,189); }
div.DivClassName
{
background-color: #CCF3BD;
}
.BgClassName
{
background-color: #CCF3BD;
}
</style>
border-color css
<style>
span { border-color: #CCF3BD; }
span { border-color: rgb(204,243,189); }
td.TdClassName
{
border-color: #CCF3BD;
}
.TagClassName
{
border-color: #CCF3BD;
}
</style>