Shades of Tea Green #CCF6BB
Tints of Tea Green #CCF6BB
RGB
CMYK
RGB Variations
Color information
#CCF6BB (or 0xCCF6BB) is known color: Tea Green. HEX triplet: CC, F6 and BB. RGB value is (204,246,187). Sum of RGB (Red+Green+Blue) = 204+246+187=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6BB is #330944. Grayscale: #E2E2E2. Windows color (decimal): -3344709 or 12318412. OLE color: 12318412.
HSL color Cylindrical-coordinate representation of color #CCF6BB: hue angle of 102.71º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF6BB is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 187 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.04 |
| HSL | 102.71º | 0.77% | 0.85% | - |
| HSV(B) | 102.71º | 0.24% | 0.96% | - |
| XYZ | 66.83 | 82.34 | 59.38 | - |
| YUV | 226.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 187 | 0.17 | 0 | 0.24 | 0.04 | 102.71 | 0.77 | 0.85 |
| Hex | CC | F6 | BB | 11 | 0 | 18 | 4 | 67 | 4D | 55 |
| Octal | 314 | 366 | 273 | 21 | 0 | 30 | 4 | 147 | 115 | 125 |
| Binary | 11001100 | 11110110 | 10111011 | 10001 | 0 | 11000 | 100 | 1100111 | 1001101 | 1010101 |
Color Harmonies of #CCF6BB
Complementary color
Monochromatic Colors of #CCF6BB
Black with #CCF6BB
Text Example
Text Example
White with #CCF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6BB; }
p { color: rgb(204,246,187); }
H1.HeaderClassName
{
color: #CCF6BB;
}
.AnyTagClassName
{
color: #CCF6BB;
}
</style>
background-color css
<style>
a { background-color: #CCF6BB; }
a { background-color: rgb(204,246,187); }
div.DivClassName
{
background-color: #CCF6BB;
}
.BgClassName
{
background-color: #CCF6BB;
}
</style>
border-color css
<style>
span { border-color: #CCF6BB; }
span { border-color: rgb(204,246,187); }
td.TdClassName
{
border-color: #CCF6BB;
}
.TagClassName
{
border-color: #CCF6BB;
}
</style>