Shades of Tea Green #CCF2BC
Tints of Tea Green #CCF2BC
RGB
CMYK
RGB Variations
Color information
#CCF2BC (or 0xCCF2BC) is known color: Tea Green. HEX triplet: CC, F2 and BC. RGB value is (204,242,188). Sum of RGB (Red+Green+Blue) = 204+242+188=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BC is #330D43. Grayscale: #E0E0E0. Windows color (decimal): -3345732 or 12382924. OLE color: 12382924.
HSL color Cylindrical-coordinate representation of color #CCF2BC: hue angle of 102.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCF2BC is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 188 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 102.22º | 0.68% | 0.84% | - |
| HSV(B) | 102.22º | 0.22% | 0.95% | - |
| XYZ | 65.73 | 79.97 | 59.55 | - |
| YUV | 224.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 188 | 0.16 | 0 | 0.22 | 0.05 | 102.22 | 0.68 | 0.84 |
| Hex | CC | F2 | BC | 10 | 0 | 16 | 5 | 66 | 44 | 54 |
| Octal | 314 | 362 | 274 | 20 | 0 | 26 | 5 | 146 | 104 | 124 |
| Binary | 11001100 | 11110010 | 10111100 | 10000 | 0 | 10110 | 101 | 1100110 | 1000100 | 1010100 |
Color Harmonies of #CCF2BC
Complementary color
Monochromatic Colors of #CCF2BC
Black with #CCF2BC
Text Example
Text Example
White with #CCF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2BC; }
p { color: rgb(204,242,188); }
H1.HeaderClassName
{
color: #CCF2BC;
}
.AnyTagClassName
{
color: #CCF2BC;
}
</style>
background-color css
<style>
a { background-color: #CCF2BC; }
a { background-color: rgb(204,242,188); }
div.DivClassName
{
background-color: #CCF2BC;
}
.BgClassName
{
background-color: #CCF2BC;
}
</style>
border-color css
<style>
span { border-color: #CCF2BC; }
span { border-color: rgb(204,242,188); }
td.TdClassName
{
border-color: #CCF2BC;
}
.TagClassName
{
border-color: #CCF2BC;
}
</style>