Shades of Tea Green #CCF0BB
Tints of Tea Green #CCF0BB
RGB
CMYK
RGB Variations
Color information
#CCF0BB (or 0xCCF0BB) is known color: Tea Green. HEX triplet: CC, F0 and BB. RGB value is (204,240,187). Sum of RGB (Red+Green+Blue) = 204+240+187=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BB is #330F44. Grayscale: #DFDFDF. Windows color (decimal): -3346245 or 12316876. OLE color: 12316876.
HSL color Cylindrical-coordinate representation of color #CCF0BB: hue angle of 100.75º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCF0BB is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 187 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.06 |
| HSL | 100.75º | 0.64% | 0.84% | - |
| HSV(B) | 100.75º | 0.22% | 0.94% | - |
| XYZ | 65.03 | 78.75 | 58.79 | - |
| YUV | 223.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 187 | 0.15 | 0 | 0.22 | 0.06 | 100.75 | 0.64 | 0.84 |
| Hex | CC | F0 | BB | F | 0 | 16 | 6 | 65 | 40 | 54 |
| Octal | 314 | 360 | 273 | 17 | 0 | 26 | 6 | 145 | 100 | 124 |
| Binary | 11001100 | 11110000 | 10111011 | 1111 | 0 | 10110 | 110 | 1100101 | 1000000 | 1010100 |
Color Harmonies of #CCF0BB
Complementary color
Monochromatic Colors of #CCF0BB
Black with #CCF0BB
Text Example
Text Example
White with #CCF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0BB; }
p { color: rgb(204,240,187); }
H1.HeaderClassName
{
color: #CCF0BB;
}
.AnyTagClassName
{
color: #CCF0BB;
}
</style>
background-color css
<style>
a { background-color: #CCF0BB; }
a { background-color: rgb(204,240,187); }
div.DivClassName
{
background-color: #CCF0BB;
}
.BgClassName
{
background-color: #CCF0BB;
}
</style>
border-color css
<style>
span { border-color: #CCF0BB; }
span { border-color: rgb(204,240,187); }
td.TdClassName
{
border-color: #CCF0BB;
}
.TagClassName
{
border-color: #CCF0BB;
}
</style>