Shades of Tea Green #CCF5BB
Tints of Tea Green #CCF5BB
RGB
CMYK
RGB Variations
Color information
#CCF5BB (or 0xCCF5BB) is known color: Tea Green. HEX triplet: CC, F5 and BB. RGB value is (204,245,187). Sum of RGB (Red+Green+Blue) = 204+245+187=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5BB is #330A44. Grayscale: #E2E2E2. Windows color (decimal): -3344965 or 12318156. OLE color: 12318156.
HSL color Cylindrical-coordinate representation of color #CCF5BB: hue angle of 102.41º degrees, saturation: 0.74, 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 #CCF5BB is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 187 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.04 |
| HSL | 102.41º | 0.74% | 0.85% | - |
| HSV(B) | 102.41º | 0.24% | 0.96% | - |
| XYZ | 66.52 | 81.73 | 59.28 | - |
| YUV | 226.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 187 | 0.17 | 0 | 0.24 | 0.04 | 102.41 | 0.74 | 0.85 |
| Hex | CC | F5 | BB | 11 | 0 | 18 | 4 | 66 | 4A | 55 |
| Octal | 314 | 365 | 273 | 21 | 0 | 30 | 4 | 146 | 112 | 125 |
| Binary | 11001100 | 11110101 | 10111011 | 10001 | 0 | 11000 | 100 | 1100110 | 1001010 | 1010101 |
Color Harmonies of #CCF5BB
Complementary color
Monochromatic Colors of #CCF5BB
Black with #CCF5BB
Text Example
Text Example
White with #CCF5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5BB; }
p { color: rgb(204,245,187); }
H1.HeaderClassName
{
color: #CCF5BB;
}
.AnyTagClassName
{
color: #CCF5BB;
}
</style>
background-color css
<style>
a { background-color: #CCF5BB; }
a { background-color: rgb(204,245,187); }
div.DivClassName
{
background-color: #CCF5BB;
}
.BgClassName
{
background-color: #CCF5BB;
}
</style>
border-color css
<style>
span { border-color: #CCF5BB; }
span { border-color: rgb(204,245,187); }
td.TdClassName
{
border-color: #CCF5BB;
}
.TagClassName
{
border-color: #CCF5BB;
}
</style>