Shades of Tea Green #CCF2BB
Tints of Tea Green #CCF2BB
RGB
CMYK
RGB Variations
Color information
#CCF2BB (or 0xCCF2BB) is known color: Tea Green. HEX triplet: CC, F2 and BB. RGB value is (204,242,187). Sum of RGB (Red+Green+Blue) = 204+242+187=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BB is #330D44. Grayscale: #E0E0E0. Windows color (decimal): -3345733 or 12317388. OLE color: 12317388.
HSL color Cylindrical-coordinate representation of color #CCF2BB: hue angle of 101.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF2BB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 187 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.05 |
| HSL | 101.45º | 0.68% | 0.84% | - |
| HSV(B) | 101.45º | 0.23% | 0.95% | - |
| XYZ | 65.62 | 79.93 | 58.98 | - |
| YUV | 224.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 187 | 0.16 | 0 | 0.23 | 0.05 | 101.45 | 0.68 | 0.84 |
| Hex | CC | F2 | BB | 10 | 0 | 17 | 5 | 65 | 44 | 54 |
| Octal | 314 | 362 | 273 | 20 | 0 | 27 | 5 | 145 | 104 | 124 |
| Binary | 11001100 | 11110010 | 10111011 | 10000 | 0 | 10111 | 101 | 1100101 | 1000100 | 1010100 |
Color Harmonies of #CCF2BB
Complementary color
Monochromatic Colors of #CCF2BB
Black with #CCF2BB
Text Example
Text Example
White with #CCF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2BB; }
p { color: rgb(204,242,187); }
H1.HeaderClassName
{
color: #CCF2BB;
}
.AnyTagClassName
{
color: #CCF2BB;
}
</style>
background-color css
<style>
a { background-color: #CCF2BB; }
a { background-color: rgb(204,242,187); }
div.DivClassName
{
background-color: #CCF2BB;
}
.BgClassName
{
background-color: #CCF2BB;
}
</style>
border-color css
<style>
span { border-color: #CCF2BB; }
span { border-color: rgb(204,242,187); }
td.TdClassName
{
border-color: #CCF2BB;
}
.TagClassName
{
border-color: #CCF2BB;
}
</style>